mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-08 00:25:28 +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
|
|
@ -24,7 +24,7 @@ PokemonTower5Script0:
|
|||
CheckAndSetEvent EVENT_IN_PURIFIED_ZONE
|
||||
ret nz
|
||||
xor a
|
||||
ld [hJoyHeld], a
|
||||
ldh [hJoyHeld], a
|
||||
ld a, $f0
|
||||
ld [wJoyIgnore], a
|
||||
ld hl, wd72e
|
||||
|
|
@ -35,7 +35,7 @@ PokemonTower5Script0:
|
|||
call Delay3
|
||||
call GBFadeInFromWhite
|
||||
ld a, $7
|
||||
ld [hSpriteIndexOrTextID], a
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
xor a
|
||||
ld [wJoyIgnore], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue