aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/FightingDojo.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/FightingDojo.asm (renamed from scripts/fightingdojo.asm)8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/fightingdojo.asm b/scripts/FightingDojo.asm
index 5c7704f5..fc691dba 100755
--- a/scripts/fightingdojo.asm
+++ b/scripts/FightingDojo.asm
@@ -1,7 +1,7 @@
-FightingDojoScript:
+FightingDojo_Script:
call EnableAutoTextBoxDrawing
ld hl, FightingDojoTrainerHeader0
- ld de, FightingDojoScriptPointers
+ ld de, FightingDojo_ScriptPointers
ld a, [wFightingDojoCurScript]
call ExecuteCurMapScriptInTable
ld [wFightingDojoCurScript], a
@@ -14,7 +14,7 @@ FightingDojoScript_5cd70:
ld [wCurMapScript], a
ret
-FightingDojoScriptPointers:
+FightingDojo_ScriptPointers:
dw FightingDojoScript1
dw DisplayEnemyTrainerTextAndStartBattle
dw EndTrainerBattle
@@ -80,7 +80,7 @@ FightingDojoScript3:
ld [wCurMapScript], a
ret
-FightingDojoTextPointers:
+FightingDojo_TextPointers:
dw FightingDojoText1
dw FightingDojoText2
dw FightingDojoText3