From aa030e96730599d377542c0b30ff164424b7a427 Mon Sep 17 00:00:00 2001 From: Matt <5638426+mattbruv@users.noreply.github.com> Date: Tue, 5 May 2020 21:42:40 -0400 Subject: change input hex to constants --- scripts/VermilionGym.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3