Skip to content

Commit

Permalink
ld bc -> lb bc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Aug 17, 2020
1 parent 5060bef commit 2ff8f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/yes_no.asm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ InitYesNoTextBoxParameters::
xor a ; YES_NO_MENU
ld [wTwoOptionMenuID], a
hlcoord 14, 7
ld bc, $80f
lb bc, 8, 15
ret

YesNoChoicePokeCenter::
Expand Down

0 comments on commit 2ff8f75

Please sign in to comment.