diff options
Diffstat (limited to 'scripts/route6gate.asm')
-rwxr-xr-x | scripts/route6gate.asm | 2 |
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: |