diff options
| author | dannye <33dannye@gmail.com> | 2020-05-20 19:40:33 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-20 20:02:53 -0500 |
| commit | 10f9559eab8c93b94abb8ae8d1083704ad4e169a (patch) | |
| tree | 7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /scripts/Route7Gate.asm | |
| parent | Merge pull request #39 from TiKevin83/master (diff) | |
| download | pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.gz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.xz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.zip | |
Sync with pokered
Diffstat (limited to '')
| -rwxr-xr-x | scripts/Route7Gate.asm (renamed from scripts/route7gate.asm) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/route7gate.asm b/scripts/Route7Gate.asm index 6e62c73c..724172c5 100755 --- a/scripts/route7gate.asm +++ b/scripts/Route7Gate.asm @@ -1,11 +1,11 @@ -Route7GateScript: +Route7Gate_Script: call EnableAutoTextBoxDrawing ld a, [wRoute7GateCurScript] - ld hl, Route7GateScriptPointers - call JumpTable + ld hl, Route7Gate_ScriptPointers + call CallFunctionInTable ret -Route7GateScriptPointers: +Route7Gate_ScriptPointers: dw Route7GateScript0 dw Route7GateScript1 @@ -67,7 +67,7 @@ Route7GateScript1: ld [wCurMapScript], a ret -Route7GateTextPointers: +Route7Gate_TextPointers: dw Route7GateText1 dw Route7GateText2 dw Route7GateText3 |
