mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
change input hex to constants
This commit is contained in:
parent
1978a37e19
commit
aa030e9673
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue