mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 16:24:52 +13:00
Catch a missed hide/show ID
This commit is contained in:
parent
a9a687bd6e
commit
19e4e188ce
|
|
@ -148,7 +148,7 @@ PalletMovementScript_Done:
|
||||||
ld a, [wSimulatedJoypadStatesIndex]
|
ld a, [wSimulatedJoypadStatesIndex]
|
||||||
and a
|
and a
|
||||||
ret nz
|
ret nz
|
||||||
ld a, $0
|
ld a, HS_PALLET_TOWN_OAK
|
||||||
ld [wMissableObjectIndex], a
|
ld [wMissableObjectIndex], a
|
||||||
predef HideObject
|
predef HideObject
|
||||||
ld hl, wd730
|
ld hl, wd730
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue