summaryrefslogtreecommitdiff
path: root/scripts/route16gate.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/route16gate.asm
parent77ba61cb17665779673dcd536122271c66614252 (diff)
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/route16gate.asm')
-rwxr-xr-xscripts/route16gate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route16gate.asm b/scripts/route16gate.asm
index d245e249..8e3d8e5b 100755
--- a/scripts/route16gate.asm
+++ b/scripts/route16gate.asm
@@ -31,7 +31,7 @@ Route16GateScript0: ; 496d7 (12:56d7)
ld [wSimulatedJoypadStatesIndex], a
ld b, $0
ld c, a
- ld a, $40
+ ld a, D_UP
ld hl, wSimulatedJoypadStatesEnd
call FillMemory
call StartSimulatingJoypadStates
@@ -63,7 +63,7 @@ Route16GateScript2: ; 49727 (12:5727)
call DisplayTextID
ld a, $1
ld [wSimulatedJoypadStatesIndex], a
- ld a, $10
+ ld a, D_RIGHT
ld [wSimulatedJoypadStatesEnd], a
call StartSimulatingJoypadStates
ld a, $3