Merge pull request #252 from GriffinRichards/doc-routes2
Document Routes 10-14 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": 1,
|
||||
"script": "Route13_EventScript_1AA803",
|
||||
"script": "Route13_EventScript_Alma",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route13_EventScript_1AA749",
|
||||
"script": "Route13_EventScript_Sebastian",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route13_EventScript_1AA841",
|
||||
"script": "Route13_EventScript_Susie",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route13_EventScript_1AA70B",
|
||||
"script": "Route13_EventScript_Sheila",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route13_EventScript_1AA6CD",
|
||||
"script": "Route13_EventScript_Lola",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route13_EventScript_1AA87F",
|
||||
"script": "Route13_EventScript_Valerie",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route13_EventScript_1AA8BD",
|
||||
"script": "Route13_EventScript_Gwen",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route13_EventScript_1AA7C5",
|
||||
"script": "Route13_EventScript_Robert",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "Route13_EventScript_1AA787",
|
||||
"script": "Route13_EventScript_Perry",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "Route13_EventScript_1AA68F",
|
||||
"script": "Route13_EventScript_Jared",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -178,21 +178,21 @@
|
||||
"x": 41,
|
||||
"y": 12,
|
||||
"elevation": 0,
|
||||
"script": "Route13_EventScript_1680C8"
|
||||
"script": "Route13_EventScript_RouteSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 37,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"script": "Route13_EventScript_1680BF"
|
||||
"script": "Route13_EventScript_TrainerTips2"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 21,
|
||||
"y": 14,
|
||||
"elevation": 0,
|
||||
"script": "Route13_EventScript_1680B6"
|
||||
"script": "Route13_EventScript_TrainerTips1"
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Route13_MapScripts:: @ 81680B5
|
||||
.byte 0
|
||||
|
||||
Route13_EventScript_1680B6:: @ 81680B6
|
||||
msgbox gUnknown_8185DB7, MSGBOX_SIGN
|
||||
Route13_EventScript_TrainerTips1:: @ 81680B6
|
||||
msgbox Route13_Text_LookToLeftOfThatPost, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route13_EventScript_1680BF:: @ 81680BF
|
||||
msgbox gUnknown_8185DEF, MSGBOX_SIGN
|
||||
Route13_EventScript_TrainerTips2:: @ 81680BF
|
||||
msgbox Route13_Text_SelectToSwitchItems, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route13_EventScript_1680C8:: @ 81680C8
|
||||
msgbox gUnknown_8185E2C, MSGBOX_SIGN
|
||||
Route13_EventScript_RouteSign:: @ 81680C8
|
||||
msgbox Route13_Text_RouteSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
+33
-67
@@ -1,162 +1,128 @@
|
||||
Text_1857C5:: @ 81857C5
|
||||
.string "JES: If I win, I'm going to\n"
|
||||
.string "propose to GIA.$"
|
||||
|
||||
Text_1857F1:: @ 81857F1
|
||||
.string "JES: Oh, please, why couldn't you\n"
|
||||
.string "let us win?$"
|
||||
|
||||
Text_18581F:: @ 818581F
|
||||
.string "JES: Oh, GIA, forgive me,\n"
|
||||
.string "my love!$"
|
||||
|
||||
Text_185842:: @ 8185842
|
||||
.string "JES: GIA and I, we'll be\n"
|
||||
.string "together forever.\p"
|
||||
.string "We won't battle unless you have\n"
|
||||
.string "two POKéMON of your own.$"
|
||||
|
||||
Text_1858A6:: @ 81858A6
|
||||
.string "GIA: Hey, JES…\p"
|
||||
.string "If we win, I'll marry you!$"
|
||||
|
||||
Text_1858D0:: @ 81858D0
|
||||
.string "GIA: Oh, but why?$"
|
||||
|
||||
Text_1858E2:: @ 81858E2
|
||||
.string "GIA: JES, you silly!\n"
|
||||
.string "You ruined this!$"
|
||||
|
||||
Text_185908:: @ 8185908
|
||||
.string "GIA: I can't bear to battle\n"
|
||||
.string "without my JES!\p"
|
||||
.string "Don't you have one more POKéMON?$"
|
||||
|
||||
Text_185955:: @ 8185955
|
||||
Route13_Text_SebastianIntro:: @ 8185955
|
||||
.string "My bird POKéMON want to battle\n"
|
||||
.string "with you!$"
|
||||
|
||||
Text_18597E:: @ 818597E
|
||||
Route13_Text_SebastianDefeat:: @ 818597E
|
||||
.string "My PIDGEY and PIDGEOTTO combo\n"
|
||||
.string "lost?$"
|
||||
|
||||
Text_1859A2:: @ 81859A2
|
||||
Route13_Text_SebastianPostBattle:: @ 81859A2
|
||||
.string "My POKéMON look happy even though\n"
|
||||
.string "they lost.$"
|
||||
|
||||
Text_1859CF:: @ 81859CF
|
||||
Route13_Text_SusieIntro:: @ 81859CF
|
||||
.string "I'm told I'm good for a kid.$"
|
||||
|
||||
Text_1859EC:: @ 81859EC
|
||||
Route13_Text_SusieDefeat:: @ 81859EC
|
||||
.string "Ohh!\n"
|
||||
.string "I lost!$"
|
||||
|
||||
Text_1859F9:: @ 81859F9
|
||||
Route13_Text_SusiePostBattle:: @ 81859F9
|
||||
.string "I want to become a good TRAINER.\n"
|
||||
.string "I'll train hard, just watch.$"
|
||||
|
||||
Text_185A37:: @ 8185A37
|
||||
Route13_Text_ValerieIntro:: @ 8185A37
|
||||
.string "Wow!\n"
|
||||
.string "Your BADGES are too cool!$"
|
||||
|
||||
Text_185A56:: @ 8185A56
|
||||
Route13_Text_ValerieDefeat:: @ 8185A56
|
||||
.string "Not enough!$"
|
||||
|
||||
Text_185A62:: @ 8185A62
|
||||
Route13_Text_ValeriePostBattle:: @ 8185A62
|
||||
.string "You got those BADGES from GYM\n"
|
||||
.string "LEADERS. I know!$"
|
||||
|
||||
Text_185A91:: @ 8185A91
|
||||
Route13_Text_GwenIntro:: @ 8185A91
|
||||
.string "My cute POKéMON wish to make your\n"
|
||||
.string "acquaintance.$"
|
||||
|
||||
Text_185AC1:: @ 8185AC1
|
||||
Route13_Text_GwenDefeat:: @ 8185AC1
|
||||
.string "Good going!\n"
|
||||
.string "You totally won!$"
|
||||
|
||||
Text_185ADE:: @ 8185ADE
|
||||
Route13_Text_GwenPostBattle:: @ 8185ADE
|
||||
.string "You have to make POKéMON battle\n"
|
||||
.string "to toughen them up.$"
|
||||
|
||||
Text_185B12:: @ 8185B12
|
||||
Route13_Text_AlmaIntro:: @ 8185B12
|
||||
.string "I found CARBOS in a cave once\n"
|
||||
.string "while I was spelunking.$"
|
||||
|
||||
Text_185B48:: @ 8185B48
|
||||
Route13_Text_AlmaDefeat:: @ 8185B48
|
||||
.string "Oh, too bad!\n"
|
||||
.string "I just messed up!$"
|
||||
|
||||
Text_185B67:: @ 8185B67
|
||||
Route13_Text_AlmaPostBattle:: @ 8185B67
|
||||
.string "CARBOS boosted the SPEED of my\n"
|
||||
.string "POKéMON.$"
|
||||
|
||||
Text_185B8F:: @ 8185B8F
|
||||
Route13_Text_PerryIntro:: @ 8185B8F
|
||||
.string "I'm not going to lose.\n"
|
||||
.string "Not when the wind's blowing my way!$"
|
||||
|
||||
Text_185BCA:: @ 8185BCA
|
||||
Route13_Text_PerryDefeat:: @ 8185BCA
|
||||
.string "The wind turned!$"
|
||||
|
||||
Text_185BDB:: @ 8185BDB
|
||||
Route13_Text_PerryPostBattle:: @ 8185BDB
|
||||
.string "I'm beat.\n"
|
||||
.string "I guess I'll FLY home.$"
|
||||
|
||||
Text_185BFC:: @ 8185BFC
|
||||
Route13_Text_LolaIntro:: @ 8185BFC
|
||||
.string "Sure, I'll play with you, sweetie.$"
|
||||
|
||||
Text_185C1F:: @ 8185C1F
|
||||
Route13_Text_LolaDefeat:: @ 8185C1F
|
||||
.string "Oh!\n"
|
||||
.string "You little beast!$"
|
||||
|
||||
Text_185C35:: @ 8185C35
|
||||
Route13_Text_LolaPostBattle:: @ 8185C35
|
||||
.string "I wonder which is stronger, male or\n"
|
||||
.string "female POKéMON?$"
|
||||
|
||||
Text_185C69:: @ 8185C69
|
||||
Route13_Text_SheilaIntro:: @ 8185C69
|
||||
.string "Do you want to battle some\n"
|
||||
.string "POKéMON with me?$"
|
||||
|
||||
Text_185C95:: @ 8185C95
|
||||
Route13_Text_SheilaDefeat:: @ 8185C95
|
||||
.string "It's over already?$"
|
||||
|
||||
Text_185CA8:: @ 8185CA8
|
||||
Route13_Text_SheilaPostBattle:: @ 8185CA8
|
||||
.string "I don't know anything about\n"
|
||||
.string "POKéMON actually.\p"
|
||||
.string "The ones I use… I picked them\n"
|
||||
.string "for their looks!$"
|
||||
|
||||
Text_185D05:: @ 8185D05
|
||||
Route13_Text_JaredIntro:: @ 8185D05
|
||||
.string "What're you lookin' at?$"
|
||||
|
||||
Text_185D1D:: @ 8185D1D
|
||||
Route13_Text_JaredDefeat:: @ 8185D1D
|
||||
.string "Dang!\n"
|
||||
.string "Stripped gears!$"
|
||||
|
||||
Text_185D33:: @ 8185D33
|
||||
Route13_Text_JaredPostBattle:: @ 8185D33
|
||||
.string "Get lost!$"
|
||||
|
||||
Text_185D3D:: @ 8185D3D
|
||||
Route13_Text_RobertIntro:: @ 8185D3D
|
||||
.string "I always go with bird POKéMON.\n"
|
||||
.string "I've dedicated myself to them.$"
|
||||
|
||||
Text_185D7B:: @ 8185D7B
|
||||
Route13_Text_RobertDefeat:: @ 8185D7B
|
||||
.string "Out of power!$"
|
||||
|
||||
Text_185D89:: @ 8185D89
|
||||
Route13_Text_RobertPostBattle:: @ 8185D89
|
||||
.string "I wish I could fly like PIDGEY and\n"
|
||||
.string "PIDGEOTTO…$"
|
||||
|
||||
gUnknown_8185DB7:: @ 8185DB7
|
||||
Route13_Text_LookToLeftOfThatPost:: @ 8185DB7
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "Look, look!\n"
|
||||
.string "Look to the left of that post!$"
|
||||
|
||||
gUnknown_8185DEF:: @ 8185DEF
|
||||
Route13_Text_SelectToSwitchItems:: @ 8185DEF
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "Use SELECT to switch items in the\n"
|
||||
.string "ITEMS window.$"
|
||||
|
||||
gUnknown_8185E2C:: @ 8185E2C
|
||||
Route13_Text_RouteSign:: @ 8185E2C
|
||||
.string "ROUTE 13\n"
|
||||
.string "North to SILENCE BRIDGE$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user