mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Specify the ldh instruction, don't turn ld into ldh
This commit is contained in:
parent
c480632d54
commit
772fcc7588
219 changed files with 2556 additions and 2556 deletions
|
|
@ -45,7 +45,7 @@ Route23Script0:
|
|||
ret nc
|
||||
.asm_51237
|
||||
ld a, e
|
||||
ld [hSpriteIndexOrTextID], a
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
ld a, c
|
||||
ld [wWhichBadge], a
|
||||
ld b, FLAG_TEST
|
||||
|
|
@ -57,7 +57,7 @@ Route23Script0:
|
|||
call Route23Script_5125d
|
||||
call DisplayTextID
|
||||
xor a
|
||||
ld [hJoyHeld], a
|
||||
ldh [hJoyHeld], a
|
||||
ret
|
||||
|
||||
YCoordsData_51255:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue