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