summaryrefslogtreecommitdiff
path: root/scripts/route24.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-17 02:52:25 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-17 02:52:25 -0500
commitfb559f1f4e0104bfc59350359a2fb82fbe88ebba (patch)
tree8f0a248d06139fe584ca6381ceea2a3fd5f248e7 /scripts/route24.asm
parent77ba61cb17665779673dcd536122271c66614252 (diff)
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/route24.asm')
-rwxr-xr-xscripts/route24.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route24.asm b/scripts/route24.asm
index 24866ed7..7bb9f3cd 100755
--- a/scripts/route24.asm
+++ b/scripts/route24.asm
@@ -37,7 +37,7 @@ Route24Script0: ; 513d5 (14:53d5)
bit 1, [hl]
res 1, [hl]
ret z
- ld a, $80
+ ld a, D_DOWN
ld [wSimulatedJoypadStatesEnd], a
ld a, $1
ld [wSimulatedJoypadStatesIndex], a