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
|
|
@ -27,7 +27,7 @@ ViridianMart_ScriptPointers:
|
|||
ViridianMartScript0:
|
||||
call UpdateSprites
|
||||
ld a, $4
|
||||
ld [hSpriteIndexOrTextID], a
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
ld hl, wSimulatedJoypadStatesEnd
|
||||
ld de, RLEMovement1d4bb
|
||||
|
|
@ -50,7 +50,7 @@ ViridianMartScript1:
|
|||
ret nz
|
||||
call Delay3
|
||||
ld a, $5
|
||||
ld [hSpriteIndexOrTextID], a
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
lb bc, OAKS_PARCEL, 1
|
||||
call GiveItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue