diff options
Diffstat (limited to 'scripts/route16gate.asm')
-rwxr-xr-x | scripts/route16gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route16gate.asm b/scripts/route16gate.asm index e20ba6f7..df478b1f 100755 --- a/scripts/route16gate.asm +++ b/scripts/route16gate.asm @@ -4,7 +4,7 @@ Route16GateScript: call EnableAutoTextBoxDrawing ld a, [wRoute16GateCurScript] ld hl, Route16GateScriptPointers - jp CallFunctionInTable + jp JumpTable Route16GateScriptPointers: dw Route16GateScript0 |