aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PokemonTower4F.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/PokemonTower4F.asm (renamed from scripts/pokemontower4.asm)12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/pokemontower4.asm b/scripts/PokemonTower4F.asm
index a8307c01..b8e0d772 100755
--- a/scripts/pokemontower4.asm
+++ b/scripts/PokemonTower4F.asm
@@ -1,18 +1,18 @@
-PokemonTower4Script:
+PokemonTower4F_Script:
call EnableAutoTextBoxDrawing
ld hl, PokemonTower4TrainerHeader0
- ld de, PokemonTower4ScriptPointers
- ld a, [wPokemonTower4CurScript]
+ ld de, PokemonTower4F_ScriptPointers
+ ld a, [wPokemonTower4FCurScript]
call ExecuteCurMapScriptInTable
- ld [wPokemonTower4CurScript], a
+ ld [wPokemonTower4FCurScript], a
ret
-PokemonTower4ScriptPointers:
+PokemonTower4F_ScriptPointers:
dw CheckFightingMapTrainers
dw DisplayEnemyTrainerTextAndStartBattle
dw EndTrainerBattle
-PokemonTower4TextPointers:
+PokemonTower4F_TextPointers:
dw PokemonTower4Text1
dw PokemonTower4Text2
dw PokemonTower4Text3