mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30: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]
|
||||
cp $ff ; did we lose?
|
||||
jp z, VermilionGymResetScripts
|
||||
ld a, $f0
|
||||
ld a, D_RIGHT | D_LEFT | D_UP | D_DOWN
|
||||
ld [wJoyIgnore], a
|
||||
|
||||
VermilionGymReceiveTM24:
|
||||
|
|
Loading…
Reference in a new issue