Document Routes 20-21, 24-25 scripts
This commit is contained in:
+13
-13
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route20_EventScript_1AB83F",
|
||||
"script": "Route20_EventScript_Melissa",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB8F9",
|
||||
"script": "Route20_EventScript_Missy",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 4,
|
||||
"script": "Route20_EventScript_1AB801",
|
||||
"script": "Route20_EventScript_Nora",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB8BB",
|
||||
"script": "Route20_EventScript_Roger",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@
|
||||
"movement_range_y": 4,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB747",
|
||||
"script": "Route20_EventScript_Dean",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 2,
|
||||
"script": "Route20_EventScript_1AB937",
|
||||
"script": "Route20_EventScript_Irene",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@
|
||||
"movement_range_y": 3,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB709",
|
||||
"script": "Route20_EventScript_Barry",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@
|
||||
"movement_range_y": 3,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB785",
|
||||
"script": "Route20_EventScript_Darrin",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 5,
|
||||
"script": "Route20_EventScript_1AB87D",
|
||||
"script": "Route20_EventScript_Shirley",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route20_EventScript_1AB7C3",
|
||||
"script": "Route20_EventScript_Tiffany",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "Route20_EventScript_1ACE36",
|
||||
"script": "Route20_EventScript_Camper",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
@@ -193,14 +193,14 @@
|
||||
"x": 68,
|
||||
"y": 14,
|
||||
"elevation": 0,
|
||||
"script": "Route20_EventScript_168280"
|
||||
"script": "Route20_EventScript_SeafoamIslandsSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 64,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"script": "Route20_EventScript_168280"
|
||||
"script": "Route20_EventScript_SeafoamIslandsSign"
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
|
||||
@@ -3,11 +3,11 @@ Route20_MapScripts:: @ 816823B
|
||||
.byte 0
|
||||
|
||||
Route20_OnTransition:: @ 8168241
|
||||
call_if_unset FLAG_STOPPED_SEAFOAM_B3F_CURRENT, EventScript_168254
|
||||
call_if_unset FLAG_STOPPED_SEAFOAM_B4F_CURRENT, EventScript_16826D
|
||||
call_if_unset FLAG_STOPPED_SEAFOAM_B3F_CURRENT, Route20_EventScript_ResetSeafoamBouldersForB3F
|
||||
call_if_unset FLAG_STOPPED_SEAFOAM_B4F_CURRENT, Route20_EventScript_ResetSeafoamBouldersForB4F
|
||||
end
|
||||
|
||||
EventScript_168254:: @ 8168254
|
||||
Route20_EventScript_ResetSeafoamBouldersForB3F:: @ 8168254
|
||||
clearflag FLAG_HIDE_SEAFOAM_1F_BOULDER_1
|
||||
clearflag FLAG_HIDE_SEAFOAM_1F_BOULDER_2
|
||||
setflag FLAG_HIDE_SEAFOAM_B1F_BOULDER_1
|
||||
@@ -18,7 +18,7 @@ EventScript_168254:: @ 8168254
|
||||
setflag FLAG_HIDE_SEAFOAM_B3F_BOULDER_2
|
||||
return
|
||||
|
||||
EventScript_16826D:: @ 816826D
|
||||
Route20_EventScript_ResetSeafoamBouldersForB4F:: @ 816826D
|
||||
clearflag FLAG_HIDE_SEAFOAM_B3F_BOULDER_3
|
||||
clearflag FLAG_HIDE_SEAFOAM_B3F_BOULDER_4
|
||||
clearflag FLAG_HIDE_SEAFOAM_B3F_BOULDER_5
|
||||
@@ -27,6 +27,6 @@ EventScript_16826D:: @ 816826D
|
||||
setflag FLAG_HIDE_SEAFOAM_B4F_BOULDER_2
|
||||
return
|
||||
|
||||
Route20_EventScript_168280:: @ 8168280
|
||||
msgbox gUnknown_81882D1, MSGBOX_SIGN
|
||||
Route20_EventScript_SeafoamIslandsSign:: @ 8168280
|
||||
msgbox Route20_Text_SeafoamIslands, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
+32
-32
@@ -1,119 +1,119 @@
|
||||
Text_187E40:: @ 8187E40
|
||||
Route20_Text_BarryIntro:: @ 8187E40
|
||||
.string "The water is shallow here.\n"
|
||||
.string "There are many people swimming.$"
|
||||
|
||||
Text_187E7B:: @ 8187E7B
|
||||
Route20_Text_BarryDefeat:: @ 8187E7B
|
||||
.string "Splash!$"
|
||||
|
||||
Text_187E83:: @ 8187E83
|
||||
Route20_Text_BarryPostBattle:: @ 8187E83
|
||||
.string "I wish I could ride my POKéMON.\n"
|
||||
.string "I bet you're not tired.$"
|
||||
|
||||
Text_187EBB:: @ 8187EBB
|
||||
Route20_Text_ShirleyIntro:: @ 8187EBB
|
||||
.string "SEAFOAM is a quiet getaway.\n"
|
||||
.string "I'm vacationing here.$"
|
||||
|
||||
Text_187EED:: @ 8187EED
|
||||
Route20_Text_ShirleyDefeat:: @ 8187EED
|
||||
.string "Quit it!$"
|
||||
|
||||
Text_187EF6:: @ 8187EF6
|
||||
Route20_Text_ShirleyPostBattle:: @ 8187EF6
|
||||
.string "There's a huge cavern underneath\n"
|
||||
.string "this island.$"
|
||||
|
||||
Text_187F24:: @ 8187F24
|
||||
Route20_Text_TiffanyIntro:: @ 8187F24
|
||||
.string "I love floating with the fishes\n"
|
||||
.string "here among the waves.$"
|
||||
|
||||
Text_187F5A:: @ 8187F5A
|
||||
Route20_Text_TiffanyDefeat:: @ 8187F5A
|
||||
.string "Yowch!$"
|
||||
|
||||
Text_187F61:: @ 8187F61
|
||||
Route20_Text_TiffanyPostBattle:: @ 8187F61
|
||||
.string "Want to float with me?$"
|
||||
|
||||
Text_187F78:: @ 8187F78
|
||||
Route20_Text_IreneIntro:: @ 8187F78
|
||||
.string "Are you on vacation, too?$"
|
||||
|
||||
Text_187F92:: @ 8187F92
|
||||
Route20_Text_IreneDefeat:: @ 8187F92
|
||||
.string "No mercy at all!$"
|
||||
|
||||
Text_187FA3:: @ 8187FA3
|
||||
Route20_Text_IrenePostBattle:: @ 8187FA3
|
||||
.string "SEAFOAM used to be a single island\n"
|
||||
.string "in the distant past.$"
|
||||
|
||||
Text_187FDB:: @ 8187FDB
|
||||
Route20_Text_DeanIntro:: @ 8187FDB
|
||||
.string "Check out my buff physique!$"
|
||||
|
||||
Text_187FF7:: @ 8187FF7
|
||||
Route20_Text_DeanDefeat:: @ 8187FF7
|
||||
.string "Wimpy!$"
|
||||
|
||||
Text_187FFE:: @ 8187FFE
|
||||
Route20_Text_DeanPostBattle:: @ 8187FFE
|
||||
.string "I should've been buffing up my\n"
|
||||
.string "POKéMON, not me!$"
|
||||
|
||||
Text_18802E:: @ 818802E
|
||||
Route20_Text_DarrinIntro:: @ 818802E
|
||||
.string "Why are you riding a POKéMON?\n"
|
||||
.string "Can't you swim?$"
|
||||
|
||||
Text_18805C:: @ 818805C
|
||||
Route20_Text_DarrinDefeat:: @ 818805C
|
||||
.string "Ouch!\n"
|
||||
.string "Torpedoed!$"
|
||||
|
||||
Text_18806D:: @ 818806D
|
||||
Route20_Text_DarrinPostBattle:: @ 818806D
|
||||
.string "Riding a POKéMON sure looks fun!$"
|
||||
|
||||
Text_18808E:: @ 818808E
|
||||
Route20_Text_RogerIntro:: @ 818808E
|
||||
.string "I rode my bird POKéMON here.$"
|
||||
|
||||
Text_1880AB:: @ 81880AB
|
||||
Route20_Text_RogerDefeat:: @ 81880AB
|
||||
.string "Oh, no!\n"
|
||||
.string "Now what am I to do?$"
|
||||
|
||||
Text_1880C8:: @ 81880C8
|
||||
Route20_Text_RogerPostBattle:: @ 81880C8
|
||||
.string "My birds are exhausted.\n"
|
||||
.string "They can't FLY me back!$"
|
||||
|
||||
Text_1880F8:: @ 81880F8
|
||||
Route20_Text_NoraIntro:: @ 81880F8
|
||||
.string "My boyfriend gave me big pearls.$"
|
||||
|
||||
Text_188119:: @ 8188119
|
||||
Route20_Text_NoraDefeat:: @ 8188119
|
||||
.string "Oh, no!\n"
|
||||
.string "My pearls were in them!$"
|
||||
|
||||
Text_188139:: @ 8188139
|
||||
Route20_Text_NoraPostBattle:: @ 8188139
|
||||
.string "Will my pearls grow bigger inside\n"
|
||||
.string "CLOYSTER?$"
|
||||
|
||||
Text_188165:: @ 8188165
|
||||
Route20_Text_MissyIntro:: @ 8188165
|
||||
.string "I swam here from CINNABAR ISLAND.\n"
|
||||
.string "It wasn't easy, I tell you.$"
|
||||
|
||||
Text_1881A3:: @ 81881A3
|
||||
Route20_Text_MissyDefeat:: @ 81881A3
|
||||
.string "I'm so disappointed!$"
|
||||
|
||||
Text_1881B8:: @ 81881B8
|
||||
Route20_Text_MissyPostBattle:: @ 81881B8
|
||||
.string "POKéMON have taken over an\n"
|
||||
.string "abandoned mansion on CINNABAR.\p"
|
||||
.string "They call it the POKéMON MANSION\n"
|
||||
.string "now.$"
|
||||
|
||||
Text_188218:: @ 8188218
|
||||
Route20_Text_MelissaIntro:: @ 8188218
|
||||
.string "CINNABAR, in the west, has a LAB\n"
|
||||
.string "for POKéMON.\p"
|
||||
.string "My daddy works there.$"
|
||||
|
||||
Text_18825C:: @ 818825C
|
||||
Route20_Text_MelissaDefeat:: @ 818825C
|
||||
.string "Wait!\n"
|
||||
.string "You're supposed to wait!$"
|
||||
|
||||
Text_18827B:: @ 818827B
|
||||
Route20_Text_MelissaPostBattle:: @ 818827B
|
||||
.string "CINNABAR is a volcanic island.\p"
|
||||
.string "I heard it rose out of the sea\n"
|
||||
.string "when a volcano erupted.$"
|
||||
|
||||
gUnknown_81882D1:: @ 81882D1
|
||||
Route20_Text_SeafoamIslands:: @ 81882D1
|
||||
.string "SEAFOAM ISLANDS$"
|
||||
|
||||
Text_1882E1:: @ 81882E1
|
||||
Route20_Text_MistyTrainsHere:: @ 81882E1
|
||||
.string "Strong TRAINERS and WATER POKéMON\n"
|
||||
.string "are common sights in these parts.\p"
|
||||
.string "They say that MISTY of the\n"
|
||||
|
||||
Reference in New Issue
Block a user