diff options
Diffstat (limited to 'scripts/route5gate.asm')
-rwxr-xr-x | scripts/route5gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route5gate.asm b/scripts/route5gate.asm index ae75aff2..b3ad0aa3 100755 --- a/scripts/route5gate.asm +++ b/scripts/route5gate.asm @@ -2,7 +2,7 @@ Route5GateScript: call EnableAutoTextBoxDrawing ld a, [wRoute5GateCurScript] ld hl, Route5GateScriptPointers - jp CallFunctionInTable + jp JumpTable Route5GateScriptPointers: dw Route5GateScript0 |