diff options
author | Matt <5638426+mattbruv@users.noreply.github.com> | 2020-05-05 21:42:40 -0400 |
---|---|---|
committer | Matt <5638426+mattbruv@users.noreply.github.com> | 2020-05-05 21:42:40 -0400 |
commit | aa030e96730599d377542c0b30ff164424b7a427 (patch) | |
tree | c112e911f2533e6ad05b5593d030489686202884 /scripts | |
parent | 1978a37e19d4cce2c97dac1b90fc099eeede5d8d (diff) |
change input hex to constants
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VermilionGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VermilionGym.asm b/scripts/VermilionGym.asm index 0c95c6ed..0af37945 100755 --- a/scripts/VermilionGym.asm +++ b/scripts/VermilionGym.asm @@ -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: |