mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
change input hex to constants
This commit is contained in:
parent
1978a37e19
commit
aa030e9673
|
@ -58,7 +58,7 @@ VermilionGymLTSurgePostBattle:
|
||||||
ld a, [wIsInBattle]
|
ld a, [wIsInBattle]
|
||||||
cp $ff ; did we lose?
|
cp $ff ; did we lose?
|
||||||
jp z, VermilionGymResetScripts
|
jp z, VermilionGymResetScripts
|
||||||
ld a, $f0
|
ld a, D_RIGHT | D_LEFT | D_UP | D_DOWN
|
||||||
ld [wJoyIgnore], a
|
ld [wJoyIgnore], a
|
||||||
|
|
||||||
VermilionGymReceiveTM24:
|
VermilionGymReceiveTM24:
|
||||||
|
|
Loading…
Reference in a new issue