summaryrefslogtreecommitdiff
path: root/data/maps/Route6
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-19 08:47:26 -0500
committerGitHub <noreply@github.com>2020-02-19 08:47:26 -0500
commitea7d66593819f0588174185f4382d2446f70e40e (patch)
tree08a3b8c421a06d83e6966724f5c275465a656504 /data/maps/Route6
parentf9c1b6101495f09cf797cf0cb466ec4cc5838e72 (diff)
parent058d30fe806f4fd512ec6708bc68f54d6d98e356 (diff)
Merge pull request #251 from GriffinRichards/doc-routes1
Document Routes 3-9 scripts
Diffstat (limited to 'data/maps/Route6')
-rw-r--r--data/maps/Route6/map.json14
-rw-r--r--data/maps/Route6/scripts.inc4
-rw-r--r--data/maps/Route6/text.inc38
3 files changed, 28 insertions, 28 deletions
diff --git a/data/maps/Route6/map.json b/data/maps/Route6/map.json
index e6c4c7cf2..4ff0dc898 100644
--- a/data/maps/Route6/map.json
+++ b/data/maps/Route6/map.json
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
- "script": "Route6_EventScript_1A9999",
+ "script": "Route6_EventScript_Keigo",
"flag": "0"
},
{
@@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route6_EventScript_1A9A15",
+ "script": "Route6_EventScript_Ricky",
"flag": "0"
},
{
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route6_EventScript_1A9A91",
+ "script": "Route6_EventScript_Nancy",
"flag": "0"
},
{
@@ -75,7 +75,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
- "script": "Route6_EventScript_1A99D7",
+ "script": "Route6_EventScript_Elijah",
"flag": "0"
},
{
@@ -88,7 +88,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
- "script": "Route6_EventScript_1A9ACF",
+ "script": "Route6_EventScript_Isabelle",
"flag": "0"
},
{
@@ -101,7 +101,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
- "script": "Route6_EventScript_1A9A53",
+ "script": "Route6_EventScript_Jeff",
"flag": "0"
}
],
@@ -135,7 +135,7 @@
"x": 21,
"y": 15,
"elevation": 0,
- "script": "Route6_EventScript_167FB2"
+ "script": "Route6_EventScript_UndergroundPathSign"
},
{
"type": "hidden_item",
diff --git a/data/maps/Route6/scripts.inc b/data/maps/Route6/scripts.inc
index 00b3efb56..575c05fe6 100644
--- a/data/maps/Route6/scripts.inc
+++ b/data/maps/Route6/scripts.inc
@@ -1,6 +1,6 @@
Route6_MapScripts:: @ 8167FB1
.byte 0
-Route6_EventScript_167FB2:: @ 8167FB2
- msgbox gUnknown_8184067, MSGBOX_SIGN
+Route6_EventScript_UndergroundPathSign:: @ 8167FB2
+ msgbox Route6_Text_UndergroundPathSign, MSGBOX_SIGN
end
diff --git a/data/maps/Route6/text.inc b/data/maps/Route6/text.inc
index b8ae84e32..0242ceee8 100644
--- a/data/maps/Route6/text.inc
+++ b/data/maps/Route6/text.inc
@@ -1,73 +1,73 @@
-Text_183E04:: @ 8183E04
+Route6_Text_RickyIntro:: @ 8183E04
.string "Who's there?\n"
.string "Quit listening in on us!$"
-Text_183E2A:: @ 8183E2A
+Route6_Text_RickyDefeat:: @ 8183E2A
.string "I just can't win!$"
-Text_183E3C:: @ 8183E3C
+Route6_Text_RickyPostBattle:: @ 8183E3C
.string "Whisper…\n"
.string "Whisper…$"
-Text_183E4E:: @ 8183E4E
+Route6_Text_NancyIntro:: @ 8183E4E
.string "Excuse me!\n"
.string "This is a private conversation!$"
-Text_183E79:: @ 8183E79
+Route6_Text_NancyDefeat:: @ 8183E79
.string "Ugh!\n"
.string "I hate losing.$"
-Text_183E8D:: @ 8183E8D
+Route6_Text_NancyPostBattle:: @ 8183E8D
.string "Whisper…\n"
.string "Whisper…$"
-Text_183E9F:: @ 8183E9F
+Route6_Text_KeigoIntro:: @ 8183E9F
.string "There aren't many bugs out here.$"
-Text_183EC0:: @ 8183EC0
+Route6_Text_KeigoDefeat:: @ 8183EC0
.string "No!\n"
.string "You're kidding!$"
-Text_183ED4:: @ 8183ED4
+Route6_Text_KeigoPostBattle:: @ 8183ED4
.string "I like bugs, so I'm going back to\n"
.string "VIRIDIAN FOREST.$"
-Text_183F07:: @ 8183F07
+Route6_Text_JeffIntro:: @ 8183F07
.string "Huh?\n"
.string "You want to talk to me?$"
-Text_183F24:: @ 8183F24
+Route6_Text_JeffDefeat:: @ 8183F24
.string "This stinks…\n"
.string "I couldn't beat your challenge…$"
-Text_183F51:: @ 8183F51
+Route6_Text_JeffPostBattle:: @ 8183F51
.string "I should bring more POKéMON with\n"
.string "me. I'll feel safer that way.$"
-Text_183F90:: @ 8183F90
+Route6_Text_IsabelleIntro:: @ 8183F90
.string "Me?\n"
.string "Well, okay. I'll play!$"
-Text_183FAB:: @ 8183FAB
+Route6_Text_IsabelleDefeat:: @ 8183FAB
.string "Things just didn't work…$"
-Text_183FC4:: @ 8183FC4
+Route6_Text_IsabellePostBattle:: @ 8183FC4
.string "I want to get stronger.\n"
.string "What's your secret?$"
-Text_183FF0:: @ 8183FF0
+Route6_Text_ElijahIntro:: @ 8183FF0
.string "I've never seen you around.\n"
.string "Are you good?$"
-Text_18401A:: @ 818401A
+Route6_Text_ElijahDefeat:: @ 818401A
.string "You're too good!$"
-Text_18402B:: @ 818402B
+Route6_Text_ElijahPostBattle:: @ 818402B
.string "Are my POKéMON weak?\n"
.string "Or, am I just bad?\l"
.string "Which do you think?$"
-gUnknown_8184067:: @ 8184067
+Route6_Text_UndergroundPathSign:: @ 8184067
.string "UNDERGROUND PATH\n"
.string "CERULEAN CITY - VERMILION CITY$"