diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:28:02 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:28:02 -0400 |
commit | 33c2637c16b1af0611d297b7ee9aa79fb5407eaa (patch) | |
tree | abdf99ad9e92a02ad5c5945e8fec95f7655a18b2 /scripts/route23.asm | |
parent | 7a649c27baca781e4cc3e8e70bc41b66530dd5b5 (diff) |
Route 23
Diffstat (limited to 'scripts/route23.asm')
-rwxr-xr-x | scripts/route23.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route23.asm b/scripts/route23.asm index 6fc0eef1..f324963b 100755 --- a/scripts/route23.asm +++ b/scripts/route23.asm @@ -3,7 +3,7 @@ Route23Script: ; 511da (14:51da) call EnableAutoTextBoxDrawing ld hl, Route23ScriptPointers ld a, [W_ROUTE23CURSCRIPT] - jp CallFunctionInTable + jp JumpTable Route23Script_511e9: ; 511e9 (14:51e9) ld hl, wd126 |