shithub: pokered

Download patch

ref: aa030e96730599d377542c0b30ff164424b7a427
parent: 1978a37e19d4cce2c97dac1b90fc099eeede5d8d
author: Matt <5638426+mattbruv@users.noreply.github.com>
date: Tue May 5 17:42:40 EDT 2020

change input hex to constants

--- a/scripts/VermilionGym.asm
+++ b/scripts/VermilionGym.asm
@@ -58,7 +58,7 @@
 	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: