summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/maps/VictoryRoad_1F/map.json6
-rw-r--r--data/maps/VictoryRoad_1F/scripts.inc30
-rw-r--r--data/maps/VictoryRoad_1F/text.inc12
-rw-r--r--data/maps/VictoryRoad_2F/map.json14
-rw-r--r--data/maps/VictoryRoad_2F/scripts.inc66
-rw-r--r--data/maps/VictoryRoad_2F/text.inc34
-rw-r--r--data/maps/VictoryRoad_3F/map.json14
-rw-r--r--data/maps/VictoryRoad_3F/scripts.inc54
-rw-r--r--data/maps/VictoryRoad_3F/text.inc43
9 files changed, 137 insertions, 136 deletions
diff --git a/data/maps/VictoryRoad_1F/map.json b/data/maps/VictoryRoad_1F/map.json
index 03b6b0cdd..9f5ddc540 100644
--- a/data/maps/VictoryRoad_1F/map.json
+++ b/data/maps/VictoryRoad_1F/map.json
@@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
- "script": "VictoryRoad_1F_EventScript_160F7B",
+ "script": "VictoryRoad_1F_EventScript_Rolando",
"flag": "0"
},
{
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
- "script": "VictoryRoad_1F_EventScript_160F64",
+ "script": "VictoryRoad_1F_EventScript_Naomi",
"flag": "0"
},
{
@@ -129,7 +129,7 @@
"elevation": 3,
"var": "VAR_MAP_SCENE_VICTORY_ROAD_1F",
"var_value": 99,
- "script": "VictoryRoad_1F_EventScript_160F33"
+ "script": "VictoryRoad_1F_EventScript_FloorSwitch"
}
],
"bg_events": [
diff --git a/data/maps/VictoryRoad_1F/scripts.inc b/data/maps/VictoryRoad_1F/scripts.inc
index 79d01278f..5bdc91202 100644
--- a/data/maps/VictoryRoad_1F/scripts.inc
+++ b/data/maps/VictoryRoad_1F/scripts.inc
@@ -5,24 +5,24 @@ VictoryRoad_1F_MapScripts:: @ 8160F05
VictoryRoad_1F_OnLoad:: @ 8160F10
compare VAR_MAP_SCENE_VICTORY_ROAD_1F, 100
- call_if_ne EventScript_160F1C
+ call_if_ne VictoryRoad_1F_EventScript_SetRockBarrier
end
-EventScript_160F1C:: @ 8160F1C
- setmetatile 12, 14, 775, 1
- setmetatile 12, 15, 791, 1
+VictoryRoad_1F_EventScript_SetRockBarrier:: @ 8160F1C
+ setmetatile 12, 14, METATILE_Cave_RockBarrier_Top, 1
+ setmetatile 12, 15, METATILE_Cave_RockBarrier_Bottom, 1
return
VictoryRoad_1F_OnTransition:: @ 8160F2F
setworldmapflag FLAG_WORLD_MAP_VICTORY_ROAD_1F
end
-VictoryRoad_1F_EventScript_160F33:: @ 8160F33
+VictoryRoad_1F_EventScript_FloorSwitch:: @ 8160F33
lockall
compare VAR_MAP_SCENE_VICTORY_ROAD_1F, 100
- goto_if_eq EventScript_160F62
- setmetatile 12, 14, 721, 0
- setmetatile 12, 15, 737, 0
+ goto_if_eq VictoryRoad_1F_EventScript_FloorSwitchAlreadyPressed
+ setmetatile 12, 14, METATILE_Cave_Floor_Ledge_Top, 0
+ setmetatile 12, 15, METATILE_Cave_Floor_Ledge_Bottom, 0
playse SE_RU_GASYAN
special DrawWholeMapView
waitse
@@ -31,16 +31,16 @@ VictoryRoad_1F_EventScript_160F33:: @ 8160F33
releaseall
end
-EventScript_160F62:: @ 8160F62
+VictoryRoad_1F_EventScript_FloorSwitchAlreadyPressed:: @ 8160F62
releaseall
end
-VictoryRoad_1F_EventScript_160F64:: @ 8160F64
- trainerbattle_single TRAINER_COOLTRAINER_NAOMI, Text_174710, Text_174738
- msgbox gUnknown_8174744, MSGBOX_AUTOCLOSE
+VictoryRoad_1F_EventScript_Naomi:: @ 8160F64
+ trainerbattle_single TRAINER_COOLTRAINER_NAOMI, VictoryRoad_1F_Text_NaomiIntro, VictoryRoad_1F_Text_NaomiDefeat
+ msgbox VictoryRoad_1F_Text_NaomiPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_1F_EventScript_160F7B:: @ 8160F7B
- trainerbattle_single TRAINER_COOLTRAINER_ROLANDO, Text_174784, Text_1747B8
- msgbox gUnknown_81747C8, MSGBOX_AUTOCLOSE
+VictoryRoad_1F_EventScript_Rolando:: @ 8160F7B
+ trainerbattle_single TRAINER_COOLTRAINER_ROLANDO, VictoryRoad_1F_Text_RolandoIntro, VictoryRoad_1F_Text_RolandoDefeat
+ msgbox VictoryRoad_1F_Text_RolandoPostBattle, MSGBOX_AUTOCLOSE
end
diff --git a/data/maps/VictoryRoad_1F/text.inc b/data/maps/VictoryRoad_1F/text.inc
index 46cd136ad..d83abf202 100644
--- a/data/maps/VictoryRoad_1F/text.inc
+++ b/data/maps/VictoryRoad_1F/text.inc
@@ -1,22 +1,22 @@
-Text_174710:: @ 8174710
+VictoryRoad_1F_Text_NaomiIntro:: @ 8174710
.string "I wonder if you are good enough\n"
.string "for me?$"
-Text_174738:: @ 8174738
+VictoryRoad_1F_Text_NaomiDefeat:: @ 8174738
.string "I lost out…$"
-gUnknown_8174744:: @ 8174744
+VictoryRoad_1F_Text_NaomiPostBattle:: @ 8174744
.string "I never wanted to lose to anybody,\n"
.string "especially to a younger kid…$"
-Text_174784:: @ 8174784
+VictoryRoad_1F_Text_RolandoIntro:: @ 8174784
.string "I can see you're good.\n"
.string "Let me see exactly how good!$"
-Text_1747B8:: @ 81747B8
+VictoryRoad_1F_Text_RolandoDefeat:: @ 81747B8
.string "I had a chance…$"
-gUnknown_81747C8:: @ 81747C8
+VictoryRoad_1F_Text_RolandoPostBattle:: @ 81747C8
.string "Tch!\n"
.string "I concede, you are better than I!$"
diff --git a/data/maps/VictoryRoad_2F/map.json b/data/maps/VictoryRoad_2F/map.json
index bb44ea7d0..33024c025 100644
--- a/data/maps/VictoryRoad_2F/map.json
+++ b/data/maps/VictoryRoad_2F/map.json
@@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
- "script": "VictoryRoad_2F_EventScript_161037",
+ "script": "VictoryRoad_2F_EventScript_Dawson",
"flag": "0"
},
{
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
- "script": "VictoryRoad_2F_EventScript_16104E",
+ "script": "VictoryRoad_2F_EventScript_Daisuke",
"flag": "0"
},
{
@@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
- "script": "VictoryRoad_2F_EventScript_161065",
+ "script": "VictoryRoad_2F_EventScript_Nelson",
"flag": "0"
},
{
@@ -62,7 +62,7 @@
"movement_range_y": 4,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
- "script": "VictoryRoad_2F_EventScript_161093",
+ "script": "VictoryRoad_2F_EventScript_Vincent",
"flag": "0"
},
{
@@ -75,7 +75,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
- "script": "VictoryRoad_2F_EventScript_16107C",
+ "script": "VictoryRoad_2F_EventScript_Gregory",
"flag": "0"
},
{
@@ -256,7 +256,7 @@
"elevation": 3,
"var": "VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER1",
"var_value": 99,
- "script": "VictoryRoad_2F_EventScript_160FD5"
+ "script": "VictoryRoad_2F_EventScript_FloorSwitch1"
},
{
"type": "trigger",
@@ -265,7 +265,7 @@
"elevation": 3,
"var": "VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER2",
"var_value": 99,
- "script": "VictoryRoad_2F_EventScript_161006"
+ "script": "VictoryRoad_2F_EventScript_FloorSwitch2"
}
],
"bg_events": []
diff --git a/data/maps/VictoryRoad_2F/scripts.inc b/data/maps/VictoryRoad_2F/scripts.inc
index 49d21b7de..1dfd658ae 100644
--- a/data/maps/VictoryRoad_2F/scripts.inc
+++ b/data/maps/VictoryRoad_2F/scripts.inc
@@ -4,27 +4,27 @@ VictoryRoad_2F_MapScripts:: @ 8160F92
VictoryRoad_2F_OnLoad:: @ 8160F98
compare VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER1, 100
- call_if_ne EventScript_160FAF
+ call_if_ne VictoryRoad_2F_EventScript_SetRockBarrier1
compare VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER2, 100
- call_if_ne EventScript_160FC2
+ call_if_ne VictoryRoad_2F_EventScript_SetRockBarrier2
end
-EventScript_160FAF:: @ 8160FAF
- setmetatile 13, 10, 775, 1
- setmetatile 13, 11, 791, 1
+VictoryRoad_2F_EventScript_SetRockBarrier1:: @ 8160FAF
+ setmetatile 13, 10, METATILE_Cave_RockBarrier_Top, 1
+ setmetatile 13, 11, METATILE_Cave_RockBarrier_Bottom, 1
return
-EventScript_160FC2:: @ 8160FC2
- setmetatile 33, 16, 775, 1
- setmetatile 33, 17, 791, 1
+VictoryRoad_2F_EventScript_SetRockBarrier2:: @ 8160FC2
+ setmetatile 33, 16, METATILE_Cave_RockBarrier_Top, 1
+ setmetatile 33, 17, METATILE_Cave_RockBarrier_Bottom, 1
return
-VictoryRoad_2F_EventScript_160FD5:: @ 8160FD5
+VictoryRoad_2F_EventScript_FloorSwitch1:: @ 8160FD5
lockall
compare VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER1, 100
- goto_if_eq EventScript_161004
- setmetatile 13, 10, 721, 0
- setmetatile 13, 11, 737, 0
+ goto_if_eq VictoryRoad_2F_EventScript_FloorSwitch1AlreadyPressed
+ setmetatile 13, 10, METATILE_Cave_Floor_Ledge_Top, 0
+ setmetatile 13, 11, METATILE_Cave_Floor_Ledge_Bottom, 0
playse SE_RU_GASYAN
special DrawWholeMapView
waitse
@@ -33,16 +33,16 @@ VictoryRoad_2F_EventScript_160FD5:: @ 8160FD5
releaseall
end
-EventScript_161004:: @ 8161004
+VictoryRoad_2F_EventScript_FloorSwitch1AlreadyPressed:: @ 8161004
releaseall
end
-VictoryRoad_2F_EventScript_161006:: @ 8161006
+VictoryRoad_2F_EventScript_FloorSwitch2:: @ 8161006
lockall
compare VAR_MAP_SCENE_VICTORY_ROAD_2F_BOULDER2, 100
- goto_if_eq EventScript_161035
- setmetatile 33, 16, 721, 0
- setmetatile 33, 17, 737, 0
+ goto_if_eq VictoryRoad_2F_EventScript_FloorSwitch2AlreadyPressed
+ setmetatile 33, 16, METATILE_Cave_Floor_Ledge_Top, 0
+ setmetatile 33, 17, METATILE_Cave_Floor_Ledge_Bottom, 0
playse SE_RU_GASYAN
special DrawWholeMapView
waitse
@@ -51,31 +51,31 @@ VictoryRoad_2F_EventScript_161006:: @ 8161006
releaseall
end
-EventScript_161035:: @ 8161035
+VictoryRoad_2F_EventScript_FloorSwitch2AlreadyPressed:: @ 8161035
releaseall
end
-VictoryRoad_2F_EventScript_161037:: @ 8161037
- trainerbattle_single TRAINER_POKEMANIAC_DAWSON, Text_1747EF, Text_17482C
- msgbox gUnknown_817483E, MSGBOX_AUTOCLOSE
+VictoryRoad_2F_EventScript_Dawson:: @ 8161037
+ trainerbattle_single TRAINER_POKEMANIAC_DAWSON, VictoryRoad_2F_Text_DawsonIntro, VictoryRoad_2F_Text_DawsonDefeat
+ msgbox VictoryRoad_2F_Text_DawsonPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_2F_EventScript_16104E:: @ 816104E
- trainerbattle_single TRAINER_BLACK_BELT_DAISUKE, Text_174877, Text_1748B4
- msgbox gUnknown_81748BB, MSGBOX_AUTOCLOSE
+VictoryRoad_2F_EventScript_Daisuke:: @ 816104E
+ trainerbattle_single TRAINER_BLACK_BELT_DAISUKE, VictoryRoad_2F_Text_DaisukeIntro, VictoryRoad_2F_Text_DaisukeDefeat
+ msgbox VictoryRoad_2F_Text_DaisukePostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_2F_EventScript_161065:: @ 8161065
- trainerbattle_single TRAINER_JUGGLER_NELSON, Text_1748EE, Text_17491B
- msgbox gUnknown_8174927, MSGBOX_AUTOCLOSE
+VictoryRoad_2F_EventScript_Nelson:: @ 8161065
+ trainerbattle_single TRAINER_JUGGLER_NELSON, VictoryRoad_2F_Text_NelsonIntro, VictoryRoad_2F_Text_NelsonDefeat
+ msgbox VictoryRoad_2F_Text_NelsonPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_2F_EventScript_16107C:: @ 816107C
- trainerbattle_single TRAINER_JUGGLER_GREGORY, Text_174995, Text_1749B0
- msgbox gUnknown_81749BB, MSGBOX_AUTOCLOSE
+VictoryRoad_2F_EventScript_Gregory:: @ 816107C
+ trainerbattle_single TRAINER_JUGGLER_GREGORY, VictoryRoad_2F_Text_GregoryIntro, VictoryRoad_2F_Text_GregoryDefeat
+ msgbox VictoryRoad_2F_Text_GregoryPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_2F_EventScript_161093:: @ 8161093
- trainerbattle_single TRAINER_TAMER_VINCENT, Text_174942, Text_17495A
- msgbox gUnknown_8174969, MSGBOX_AUTOCLOSE
+VictoryRoad_2F_EventScript_Vincent:: @ 8161093
+ trainerbattle_single TRAINER_TAMER_VINCENT, VictoryRoad_2F_Text_VincentIntro, VictoryRoad_2F_Text_VincentDefeat
+ msgbox VictoryRoad_2F_Text_VincentPostBattle, MSGBOX_AUTOCLOSE
end
diff --git a/data/maps/VictoryRoad_2F/text.inc b/data/maps/VictoryRoad_2F/text.inc
index d125ef160..301a5f22b 100644
--- a/data/maps/VictoryRoad_2F/text.inc
+++ b/data/maps/VictoryRoad_2F/text.inc
@@ -1,54 +1,58 @@
-Text_1747EF:: @ 81747EF
+VictoryRoad_2F_Text_DawsonIntro:: @ 81747EF
.string "If you can get through here,\n"
.string "you can go meet the ELITE FOUR.$"
-Text_17482C:: @ 817482C
+VictoryRoad_2F_Text_DawsonDefeat:: @ 817482C
.string "No!\n"
.string "Unbelievable!$"
-gUnknown_817483E:: @ 817483E
+VictoryRoad_2F_Text_DawsonPostBattle:: @ 817483E
.string "I can beat you when it comes to\n"
.string "knowledge about POKéMON!$"
-Text_174877:: @ 8174877
+VictoryRoad_2F_Text_DaisukeIntro:: @ 8174877
.string "This here is VICTORY ROAD.\n"
.string "It's the final test for TRAINERS!$"
-Text_1748B4:: @ 81748B4
+VictoryRoad_2F_Text_DaisukeDefeat:: @ 81748B4
.string "Atcho!$"
-gUnknown_81748BB:: @ 81748BB
+VictoryRoad_2F_Text_DaisukePostBattle:: @ 81748BB
.string "If you get stuck, try moving some\n"
.string "boulders around.$"
-Text_1748EE:: @ 81748EE
+VictoryRoad_2F_Text_NelsonIntro:: @ 81748EE
.string "Ah, so you wish to challenge the\n"
.string "ELITE FOUR?$"
-Text_17491B:: @ 817491B
+VictoryRoad_2F_Text_NelsonDefeat:: @ 817491B
.string "You got me!$"
-gUnknown_8174927:: @ 8174927
+VictoryRoad_2F_Text_NelsonPostBattle:: @ 8174927
.string "{RIVAL} also came through here.$"
-Text_174942:: @ 8174942
+VictoryRoad_2F_Text_VincentIntro:: @ 8174942
.string "Come on!\n"
.string "I'll whip you!$"
-Text_17495A:: @ 817495A
+VictoryRoad_2F_Text_VincentDefeat:: @ 817495A
.string "I got whipped!$"
-gUnknown_8174969:: @ 8174969
+VictoryRoad_2F_Text_VincentPostBattle:: @ 8174969
.string "You earned the right to be on\n"
.string "VICTORY ROAD…$"
-Text_174995:: @ 8174995
+VictoryRoad_2F_Text_GregoryIntro:: @ 8174995
.string "Is VICTORY ROAD too tough?$"
-Text_1749B0:: @ 81749B0
+VictoryRoad_2F_Text_GregoryDefeat:: @ 81749B0
.string "Well done!$"
-gUnknown_81749BB:: @ 81749BB
+VictoryRoad_2F_Text_GregoryPostBattle:: @ 81749BB
.string "Many TRAINERS give up their\n"
.string "challenge here and go home.$"
+@ Unused, old text for Moltres
+VictoryRoad_2F_Text_Gyaoo:: @ 81749F3
+ .string "ギヤーオ!$"
+
diff --git a/data/maps/VictoryRoad_3F/map.json b/data/maps/VictoryRoad_3F/map.json
index 9d2b982a9..ffde167e7 100644
--- a/data/maps/VictoryRoad_3F/map.json
+++ b/data/maps/VictoryRoad_3F/map.json
@@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
- "script": "VictoryRoad_3F_EventScript_161103",
+ "script": "VictoryRoad_3F_EventScript_George",
"flag": "0"
},
{
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
- "script": "VictoryRoad_3F_EventScript_161148",
+ "script": "VictoryRoad_3F_EventScript_Alexa",
"flag": "0"
},
{
@@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
- "script": "VictoryRoad_3F_EventScript_16111A",
+ "script": "VictoryRoad_3F_EventScript_Colby",
"flag": "0"
},
{
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
- "script": "VictoryRoad_3F_EventScript_161131",
+ "script": "VictoryRoad_3F_EventScript_Caroline",
"flag": "0"
},
{
@@ -153,7 +153,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
- "script": "VictoryRoad_3F_EventScript_16115F",
+ "script": "VictoryRoad_3F_EventScript_Ray",
"flag": "0"
},
{
@@ -166,7 +166,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
- "script": "VictoryRoad_3F_EventScript_16117A",
+ "script": "VictoryRoad_3F_EventScript_Tyra",
"flag": "0"
}
],
@@ -215,7 +215,7 @@
"elevation": 3,
"var": "VAR_MAP_SCENE_VICTORY_ROAD_3F",
"var_value": 99,
- "script": "VictoryRoad_3F_EventScript_1610CF"
+ "script": "VictoryRoad_3F_EventScript_FloorSwitch"
}
],
"bg_events": []
diff --git a/data/maps/VictoryRoad_3F/scripts.inc b/data/maps/VictoryRoad_3F/scripts.inc
index 4cd011f92..f601d83be 100644
--- a/data/maps/VictoryRoad_3F/scripts.inc
+++ b/data/maps/VictoryRoad_3F/scripts.inc
@@ -4,20 +4,20 @@ VictoryRoad_3F_MapScripts:: @ 81610AA
VictoryRoad_3F_OnLoad:: @ 81610B0
compare VAR_MAP_SCENE_VICTORY_ROAD_3F, 100
- call_if_ne EventScript_1610BC
+ call_if_ne VictoryRoad_3F_EventScript_SetRockBarrier
end
-EventScript_1610BC:: @ 81610BC
- setmetatile 12, 12, 775, 1
- setmetatile 12, 13, 791, 1
+VictoryRoad_3F_EventScript_SetRockBarrier:: @ 81610BC
+ setmetatile 12, 12, METATILE_Cave_RockBarrier_Top, 1
+ setmetatile 12, 13, METATILE_Cave_RockBarrier_Bottom, 1
return
-VictoryRoad_3F_EventScript_1610CF:: @ 81610CF
+VictoryRoad_3F_EventScript_FloorSwitch:: @ 81610CF
lockall
compare VAR_MAP_SCENE_VICTORY_ROAD_3F, 100
- goto_if_eq EventScript_161101
- setmetatile 12, 12, 721, 0
- setmetatile 12, 13, 737, 0
+ goto_if_eq VictoryRoad_3F_EventScript_FloorSwitchAlreadyPressed
+ setmetatile 12, 12, METATILE_Cave_Floor_Ledge_Top, 0
+ setmetatile 12, 13, METATILE_Cave_Floor_Ledge_Bottom, 0
playse SE_RU_GASYAN
special DrawWholeMapView
waitse
@@ -27,36 +27,36 @@ VictoryRoad_3F_EventScript_1610CF:: @ 81610CF
releaseall
end
-EventScript_161101:: @ 8161101
+VictoryRoad_3F_EventScript_FloorSwitchAlreadyPressed:: @ 8161101
releaseall
end
-VictoryRoad_3F_EventScript_161103:: @ 8161103
- trainerbattle_single TRAINER_COOLTRAINER_GEORGE, Text_174B60, Text_174B83
- msgbox gUnknown_8174B99, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_George:: @ 8161103
+ trainerbattle_single TRAINER_COOLTRAINER_GEORGE, VictoryRoad_3F_Text_GeorgeIntro, VictoryRoad_3F_Text_GeorgeDefeat
+ msgbox VictoryRoad_3F_Text_GeorgePostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_3F_EventScript_16111A:: @ 816111A
- trainerbattle_single TRAINER_COOLTRAINER_COLBY, Text_174C8A, Text_174CA9
- msgbox gUnknown_8174CBD, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_Colby:: @ 816111A
+ trainerbattle_single TRAINER_COOLTRAINER_COLBY, VictoryRoad_3F_Text_ColbyIntro, VictoryRoad_3F_Text_ColbyDefeat
+ msgbox VictoryRoad_3F_Text_ColbyPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_3F_EventScript_161131:: @ 8161131
- trainerbattle_single TRAINER_COOLTRAINER_CAROLINE, Text_174C30, Text_174C5A
- msgbox gUnknown_8174C67, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_Caroline:: @ 8161131
+ trainerbattle_single TRAINER_COOLTRAINER_CAROLINE, VictoryRoad_3F_Text_CarolineIntro, VictoryRoad_3F_Text_CarolineDefeat
+ msgbox VictoryRoad_3F_Text_CarolinePostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_3F_EventScript_161148:: @ 8161148
- trainerbattle_single TRAINER_COOLTRAINER_ALEXA, Text_174BCA, Text_174BF4
- msgbox gUnknown_8174C03, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_Alexa:: @ 8161148
+ trainerbattle_single TRAINER_COOLTRAINER_ALEXA, VictoryRoad_3F_Text_AlexaIntro, VictoryRoad_3F_Text_AlexaDefeat
+ msgbox VictoryRoad_3F_Text_AlexaPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_3F_EventScript_16115F:: @ 816115F
- trainerbattle_double TRAINER_COOL_COUPLE_RAY_TYRA, Text_174D0C, Text_174D45, Text_174D96
- msgbox gUnknown_8174D64, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_Ray:: @ 816115F
+ trainerbattle_double TRAINER_COOL_COUPLE_RAY_TYRA, VictoryRoad_3F_Text_RayIntro, VictoryRoad_3F_Text_RayDefeat, VictoryRoad_3F_Text_RayNotEnoughMons
+ msgbox VictoryRoad_3F_Text_RayPostBattle, MSGBOX_AUTOCLOSE
end
-VictoryRoad_3F_EventScript_16117A:: @ 816117A
- trainerbattle_double TRAINER_COOL_COUPLE_RAY_TYRA, Text_174E08, Text_174E39, Text_174E8D
- msgbox gUnknown_8174E48, MSGBOX_AUTOCLOSE
+VictoryRoad_3F_EventScript_Tyra:: @ 816117A
+ trainerbattle_double TRAINER_COOL_COUPLE_RAY_TYRA, VictoryRoad_3F_Text_TyraIntro, VictoryRoad_3F_Text_TyraDefeat, VictoryRoad_3F_Text_TyraNotEnoughMons
+ msgbox VictoryRoad_3F_Text_TyraPostBattle, MSGBOX_AUTOCLOSE
end
diff --git a/data/maps/VictoryRoad_3F/text.inc b/data/maps/VictoryRoad_3F/text.inc
index 22c42342a..dd60180df 100644
--- a/data/maps/VictoryRoad_3F/text.inc
+++ b/data/maps/VictoryRoad_3F/text.inc
@@ -1,6 +1,3 @@
-Text_1749F3:: @ 81749F3
- .string "ギヤーオ!$"
-
Text_DoubleEdgeTeach:: @ 81749F9
.string "You should be proud of yourself,\n"
.string "having battled your way through\l"
@@ -24,80 +21,80 @@ Text_DoubleEdgeTaught:: @ 8174B0C
.string "Take a run at them and knock 'em\n"
.string "out!$"
-Text_174B60:: @ 8174B60
+VictoryRoad_3F_Text_GeorgeIntro:: @ 8174B60
.string "I heard rumors of a child prodigy.$"
-Text_174B83:: @ 8174B83
+VictoryRoad_3F_Text_GeorgeDefeat:: @ 8174B83
.string "The rumors were true!$"
-gUnknown_8174B99:: @ 8174B99
+VictoryRoad_3F_Text_GeorgePostBattle:: @ 8174B99
.string "So, it was you who beat GIOVANNI\n"
.string "of TEAM ROCKET?$"
-Text_174BCA:: @ 8174BCA
+VictoryRoad_3F_Text_AlexaIntro:: @ 8174BCA
.string "TRAINERS live to seek stronger\n"
.string "opponents.$"
-Text_174BF4:: @ 8174BF4
+VictoryRoad_3F_Text_AlexaDefeat:: @ 8174BF4
.string "Oh!\n"
.string "So strong!$"
-gUnknown_8174C03:: @ 8174C03
+VictoryRoad_3F_Text_AlexaPostBattle:: @ 8174C03
.string "By fighting tough battles, you get\n"
.string "stronger.$"
-Text_174C30:: @ 8174C30
+VictoryRoad_3F_Text_CarolineIntro:: @ 8174C30
.string "I'll show you just how good you\n"
.string "are. Not!$"
-Text_174C5A:: @ 8174C5A
+VictoryRoad_3F_Text_CarolineDefeat:: @ 8174C5A
.string "I'm furious!$"
-gUnknown_8174C67:: @ 8174C67
+VictoryRoad_3F_Text_CarolinePostBattle:: @ 8174C67
.string "You showed me just how good\n"
.string "I was…$"
-Text_174C8A:: @ 8174C8A
+VictoryRoad_3F_Text_ColbyIntro:: @ 8174C8A
.string "Only the chosen can pass here!$"
-Text_174CA9:: @ 8174CA9
+VictoryRoad_3F_Text_ColbyDefeat:: @ 8174CA9
.string "I don't believe it!$"
-gUnknown_8174CBD:: @ 8174CBD
+VictoryRoad_3F_Text_ColbyPostBattle:: @ 8174CBD
.string "All TRAINERS here are headed to\n"
.string "the POKéMON LEAGUE.\p"
.string "Don't let down your guard.$"
-Text_174D0C:: @ 8174D0C
+VictoryRoad_3F_Text_RayIntro:: @ 8174D0C
.string "RAY: Together, the two of us are\n"
.string "destined for greatness!$"
-Text_174D45:: @ 8174D45
+VictoryRoad_3F_Text_RayDefeat:: @ 8174D45
.string "RAY: Ludicrous!\n"
.string "This can't be!$"
-gUnknown_8174D64:: @ 8174D64
+VictoryRoad_3F_Text_RayPostBattle:: @ 8174D64
.string "RAY: You've beaten us.\n"
.string "Greatness remains elusive…$"
-Text_174D96:: @ 8174D96
+VictoryRoad_3F_Text_RayNotEnoughMons:: @ 8174D96
.string "RAY: Together, the two of us are\n"
.string "striving for the pinnacle.\p"
.string "We need you to bring two POKéMON\n"
.string "into battle with us.$"
-Text_174E08:: @ 8174E08
+VictoryRoad_3F_Text_TyraIntro:: @ 8174E08
.string "TYRA: We're trying to become\n"
.string "champions together.$"
-Text_174E39:: @ 8174E39
+VictoryRoad_3F_Text_TyraDefeat:: @ 8174E39
.string "TYRA: Oh, but…$"
-gUnknown_8174E48:: @ 8174E48
+VictoryRoad_3F_Text_TyraPostBattle:: @ 8174E48
.string "TYRA: You've taught me that power\n"
.string "can be infinite in shape and form.$"
-Text_174E8D:: @ 8174E8D
+VictoryRoad_3F_Text_TyraNotEnoughMons:: @ 8174E8D
.string "TYRA: You can't battle with us if\n"
.string "you have only one POKéMON.$"