ld bc -> lb bc

This commit is contained in:
Rangi 2020-08-17 13:01:45 -04:00
parent 5060befd2b
commit 2ff8f75b40

View file

@ -15,7 +15,7 @@ InitYesNoTextBoxParameters::
xor a ; YES_NO_MENU xor a ; YES_NO_MENU
ld [wTwoOptionMenuID], a ld [wTwoOptionMenuID], a
hlcoord 14, 7 hlcoord 14, 7
ld bc, $80f lb bc, 8, 15
ret ret
YesNoChoicePokeCenter:: YesNoChoicePokeCenter::