mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-03 18:11:42 +13:00
ld bc -> lb bc
This commit is contained in:
parent
5060befd2b
commit
2ff8f75b40
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue