summaryrefslogtreecommitdiff
path: root/scripts/route8gate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/route8gate.asm')
-rwxr-xr-xscripts/route8gate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route8gate.asm b/scripts/route8gate.asm
index 96bfa875..5a26b424 100755
--- a/scripts/route8gate.asm
+++ b/scripts/route8gate.asm
@@ -2,7 +2,7 @@ Route8GateScript: ; 1e1c7 (7:61c7)
call EnableAutoTextBoxDrawing
ld hl, Route8GateScriptPointers
ld a, [W_ROUTE8GATECURSCRIPT]
- jp CallFunctionInTable
+ jp JumpTable
Route8GateScriptPointers: ; 1e1d3 (7:61d3)
dw Route8GateScript0
@@ -27,7 +27,7 @@ Route8GateScript0: ; 1e1ee (7:61ee)
ld hl, CoordsData_1e22c
call ArePlayerCoordsInArray
ret nc
- ld a, PLAYER_DIR_LEFT
+ ld a, PLAYER_DIR_UP
ld [wPlayerMovingDirection], a
xor a
ld [hJoyHeld], a