Document Six Island scripts
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_168B16",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Rocket",
|
||||
"flag": "FLAG_HIDE_FIVE_ISLAND_ROCKETS"
|
||||
},
|
||||
{
|
||||
@@ -44,7 +44,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_1AC3D1",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Tylor",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -57,7 +57,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_1AC40F",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Mymo",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@
|
||||
"movement_range_y": 4,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_1AC44D",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Nicole",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_1AC48B",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Ava",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SixIsland_OutcastIsland_EventScript_1AC4D1",
|
||||
"script": "SixIsland_OutcastIsland_EventScript_Geb",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SixIsland_OutcastIsland_MapScripts:: @ 8168B15
|
||||
.byte 0
|
||||
|
||||
SixIsland_OutcastIsland_EventScript_168B16:: @ 8168B16
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_46, Text_18B35A, Text_18B3C2
|
||||
msgbox gUnknown_818B3C8, MSGBOX_AUTOCLOSE
|
||||
SixIsland_OutcastIsland_EventScript_Rocket:: @ 8168B16
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_46, SixIsland_OutcastIsland_Text_RocketIntro, SixIsland_OutcastIsland_Text_RocketDefeat
|
||||
msgbox SixIsland_OutcastIsland_Text_RocketPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,13 +1,85 @@
|
||||
Text_18B35A:: @ 818B35A
|
||||
SixIsland_OutcastIsland_Text_RocketIntro:: @ 818B35A
|
||||
.string "There're no rare POKéMON around\n"
|
||||
.string "these parts! Not a one!\p"
|
||||
.string "That burns me up, man.\n"
|
||||
.string "I'll take it out on you!$"
|
||||
|
||||
Text_18B3C2:: @ 818B3C2
|
||||
SixIsland_OutcastIsland_Text_RocketDefeat:: @ 818B3C2
|
||||
.string "…Huh?$"
|
||||
|
||||
gUnknown_818B3C8:: @ 818B3C8
|
||||
SixIsland_OutcastIsland_Text_RocketPostBattle:: @ 818B3C8
|
||||
.string "So listen, you haven't seen any\n"
|
||||
.string "rare POKéMON, have you?$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_TylorIntro:: @ 818B400
|
||||
.string "I'm having no luck at all.\n"
|
||||
.string "A battle'd be a change of pace!$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_TylorDefeat:: @ 818B43B
|
||||
.string "Nope, no luck at all…$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_TylorPostBattle:: @ 818B451
|
||||
.string "I can't very well go home without\n"
|
||||
.string "catching something, though.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_MymoIntro:: @ 818B48F
|
||||
.string "Gasp… Gasp…\p"
|
||||
.string "I swam here from SIX ISLE PORT\n"
|
||||
.string "in one go.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_MymoDefeat:: @ 818B4C5
|
||||
.string "Gasp…\n"
|
||||
.string "Gasp…$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_MymoPostBattle:: @ 818B4D1
|
||||
.string "I'm only at the halfway point…\n"
|
||||
.string "I'm beat…$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_NicoleIntro:: @ 818B4FA
|
||||
.string "It's not so easy sending POKéMON\n"
|
||||
.string "out while swimming, you know?$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_NicoleDefeat:: @ 818B539
|
||||
.string "I didn't lose to you at swimming.\n"
|
||||
.string "This doesn't bother me.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_NicolePostBattle:: @ 818B573
|
||||
.string "Are you headed for the island up\n"
|
||||
.string "past here?\p"
|
||||
.string "I didn't see anything interesting\n"
|
||||
.string "there.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_AvaIntro:: @ 818B5C8
|
||||
.string "AVA: Let's have a two-on-two\n"
|
||||
.string "marine battle!$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_AvaDefeat:: @ 818B5F4
|
||||
.string "AVA: Oh, you're amazing!\n"
|
||||
.string "Even better, you're on your own!$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_AvaPostBattle:: @ 818B62E
|
||||
.string "AVA: You know, I do prefer the\n"
|
||||
.string "sea over any pool.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_AvaNotEnoughMons:: @ 818B660
|
||||
.string "AVA: You're challenging us to\n"
|
||||
.string "a battle?\p"
|
||||
.string "You'll need at least two POKéMON\n"
|
||||
.string "if you want to do that.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_GebIntro:: @ 818B6C1
|
||||
.string "GEB: Big Sister, help!\n"
|
||||
.string "Please battle with me!$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_GebDefeat:: @ 818B6EF
|
||||
.string "GEB: Wow, Big Sister, this person's\n"
|
||||
.string "really good!$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_GebPostBattle:: @ 818B720
|
||||
.string "GEB: I'm hanging onto my sister\n"
|
||||
.string "because I can't touch the bottom.$"
|
||||
|
||||
SixIsland_OutcastIsland_Text_GebNotEnoughMons:: @ 818B762
|
||||
.string "GEB: Please battle against me and\n"
|
||||
.string "my sister!\p"
|
||||
.string "…Oh, you don't have two POKéMON?$"
|
||||
|
||||
Reference in New Issue
Block a user