diff options
Diffstat (limited to 'scripts/route18gate.asm')
-rwxr-xr-x | scripts/route18gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route18gate.asm b/scripts/route18gate.asm index 893801a1..186ea61b 100755 --- a/scripts/route18gate.asm +++ b/scripts/route18gate.asm @@ -4,7 +4,7 @@ Route18GateScript: call EnableAutoTextBoxDrawing ld a, [wRoute18GateCurScript] ld hl, Route18GateScriptPointers - jp CallFunctionInTable + jp JumpTable Route18GateScriptPointers: dw Route18GateScript0 |