aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/OaksLab.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/OaksLab.asm (renamed from scripts/oakslab.asm)12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/oakslab.asm b/scripts/OaksLab.asm
index aa84fab9..364b157b 100755
--- a/scripts/oakslab.asm
+++ b/scripts/OaksLab.asm
@@ -1,15 +1,15 @@
-OaksLabScript:
+OaksLab_Script:
CheckEvent EVENT_PALLET_AFTER_GETTING_POKEBALLS_2
call nz, OaksLabScript_1d076
ld a, $1
ld [wAutoTextBoxDrawingControl], a
xor a
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
- ld hl, OaksLabScriptPointers
+ ld hl, OaksLab_ScriptPointers
ld a, [wOaksLabCurScript]
jp CallFunctionInTable
-OaksLabScriptPointers:
+OaksLab_ScriptPointers:
dw OaksLabScript0
dw OaksLabScript1
dw OaksLabScript2
@@ -712,14 +712,14 @@ OaksLabScript_1d02b:
ret
OaksLabScript_1d076:
- ld hl, OaksLabTextPointers2
+ ld hl, OaksLab_TextPointers2
ld a, l
ld [wMapTextPtr], a
ld a, h
ld [wMapTextPtr+1], a
ret
-OaksLabTextPointers:
+OaksLab_TextPointers:
dw OaksLabText1
dw OaksLabText2
dw OaksLabText3
@@ -748,7 +748,7 @@ OaksLabTextPointers:
dw OaksLabText26
dw OaksLabText27
-OaksLabTextPointers2:
+OaksLab_TextPointers2:
dw OaksLabText1
dw OaksLabText2
dw OaksLabText3