change input hex to constants

This commit is contained in:
Matt 2020-05-05 21:42:40 -04:00
parent 1978a37e19
commit aa030e9673

View file

@ -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: