aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Route7Gate.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-05-20 20:17:30 -0500
committerGitHub <noreply@github.com>2020-05-20 20:17:30 -0500
commit500d99c258145d233af8d14cdb5c6e0200dfc1d8 (patch)
tree7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /scripts/Route7Gate.asm
parentMerge pull request #39 from TiKevin83/master (diff)
parentMerge remote-tracking branch 'pokered/master' (diff)
downloadpokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.tar.gz
pokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.tar.xz
pokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.zip
Merge pull request #50 from dannye/master
merge pokered
Diffstat (limited to '')
-rwxr-xr-xscripts/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