Document Six Island scripts

This commit is contained in:
GriffinR
2020-02-28 08:16:21 -05:00
parent 43f66fce55
commit 948b695ad4
42 changed files with 623 additions and 619 deletions
+3 -3
View File
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "SixIsland_GreenPath_EventScript_1AC517",
"script": "SixIsland_GreenPath_EventScript_Jaclyn",
"flag": "0"
}
],
@@ -77,14 +77,14 @@
"x": 40,
"y": 10,
"elevation": 0,
"script": "SixIsland_GreenPath_EventScript_168B37"
"script": "SixIsland_GreenPath_EventScript_LeftRouteSign"
},
{
"type": "bg_event_type_0",
"x": 69,
"y": 10,
"elevation": 0,
"script": "SixIsland_GreenPath_EventScript_168B2E"
"script": "SixIsland_GreenPath_EventScript_RightRouteSign"
},
{
"type": "hidden_item",
+4 -4
View File
@@ -1,10 +1,10 @@
SixIsland_GreenPath_MapScripts:: @ 8168B2D
.byte 0
SixIsland_GreenPath_EventScript_168B2E:: @ 8168B2E
msgbox gUnknown_818B84D, MSGBOX_SIGN
SixIsland_GreenPath_EventScript_RightRouteSign:: @ 8168B2E
msgbox SixIsland_GreenPath_Text_LeftRouteSign, MSGBOX_SIGN
end
SixIsland_GreenPath_EventScript_168B37:: @ 8168B37
msgbox gUnknown_818B86B, MSGBOX_SIGN
SixIsland_GreenPath_EventScript_LeftRouteSign:: @ 8168B37
msgbox SixIsland_GreenPath_Text_RightRouteSign, MSGBOX_SIGN
end
+5 -78
View File
@@ -1,94 +1,21 @@
Text_18B400:: @ 818B400
.string "I'm having no luck at all.\n"
.string "A battle'd be a change of pace!$"
Text_18B43B:: @ 818B43B
.string "Nope, no luck at all…$"
Text_18B451:: @ 818B451
.string "I can't very well go home without\n"
.string "catching something, though.$"
Text_18B48F:: @ 818B48F
.string "Gasp… Gasp…\p"
.string "I swam here from SIX ISLE PORT\n"
.string "in one go.$"
Text_18B4C5:: @ 818B4C5
.string "Gasp…\n"
.string "Gasp…$"
Text_18B4D1:: @ 818B4D1
.string "I'm only at the halfway point…\n"
.string "I'm beat…$"
Text_18B4FA:: @ 818B4FA
.string "It's not so easy sending POKéMON\n"
.string "out while swimming, you know?$"
Text_18B539:: @ 818B539
.string "I didn't lose to you at swimming.\n"
.string "This doesn't bother me.$"
Text_18B573:: @ 818B573
.string "Are you headed for the island up\n"
.string "past here?\p"
.string "I didn't see anything interesting\n"
.string "there.$"
Text_18B5C8:: @ 818B5C8
.string "AVA: Let's have a two-on-two\n"
.string "marine battle!$"
Text_18B5F4:: @ 818B5F4
.string "AVA: Oh, you're amazing!\n"
.string "Even better, you're on your own!$"
Text_18B62E:: @ 818B62E
.string "AVA: You know, I do prefer the\n"
.string "sea over any pool.$"
Text_18B660:: @ 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.$"
Text_18B6C1:: @ 818B6C1
.string "GEB: Big Sister, help!\n"
.string "Please battle with me!$"
Text_18B6EF:: @ 818B6EF
.string "GEB: Wow, Big Sister, this person's\n"
.string "really good!$"
Text_18B720:: @ 818B720
.string "GEB: I'm hanging onto my sister\n"
.string "because I can't touch the bottom.$"
Text_18B762:: @ 818B762
.string "GEB: Please battle against me and\n"
.string "my sister!\p"
.string "…Oh, you don't have two POKéMON?$"
Text_18B7B0:: @ 818B7B0
SixIsland_GreenPath_Text_JaclynIntro:: @ 818B7B0
.string "…Huh?\p"
.string "I was envisioning my house, but\n"
.string "this is where I TELEPORT?$"
Text_18B7F0:: @ 818B7F0
SixIsland_GreenPath_Text_JaclynDefeat:: @ 818B7F0
.string "Big boo-boo!$"
Text_18B7FD:: @ 818B7FD
SixIsland_GreenPath_Text_JaclynPostBattle:: @ 818B7FD
.string "I am so scatterbrained!\p"
.string "I need to focus so I can TELEPORT\n"
.string "properly to my house!$"
gUnknown_818B84D:: @ 818B84D
SixIsland_GreenPath_Text_LeftRouteSign:: @ 818B84D
.string "GREEN PATH\n"
.string "PATTERN BUSH AHEAD$"
gUnknown_818B86B:: @ 818B86B
SixIsland_GreenPath_Text_RightRouteSign:: @ 818B86B
.string "GREEN PATH\n"
.string "Think Green, Keep Nature Clean!$"