mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
ld bc -> lb bc
This commit is contained in:
parent
5060befd2b
commit
2ff8f75b40
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Reference in a new issue