summaryrefslogtreecommitdiff
path: root/scripts/route6gate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/route6gate.asm')
-rwxr-xr-xscripts/route6gate.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route6gate.asm b/scripts/route6gate.asm
index cf872f69..001a295c 100755
--- a/scripts/route6gate.asm
+++ b/scripts/route6gate.asm
@@ -2,7 +2,7 @@ Route6GateScript:
call EnableAutoTextBoxDrawing
ld hl, Route6GateScriptPointers
ld a, [wRoute6GateCurScript]
- call CallFunctionInTable
+ call JumpTable
ret
Route6GateScriptPointers: