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
@@ -31,7 +31,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SixIsland_EventScript_167EEB",
"script": "SixIsland_EventScript_Boy",
"flag": "0"
},
{
@@ -44,7 +44,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SixIsland_EventScript_167EE2",
"script": "SixIsland_EventScript_Hiker",
"flag": "0"
}
],
@@ -85,7 +85,7 @@
"x": 9,
"y": 17,
"elevation": 0,
"script": "SixIsland_EventScript_167EF4"
"script": "SixIsland_EventScript_IslandSign"
},
{
"type": "hidden_item",
+6 -6
View File
@@ -6,14 +6,14 @@ SixIsland_OnTransition:: @ 8167EDE
setworldmapflag FLAG_WORLD_MAP_SIX_ISLAND
end
SixIsland_EventScript_167EE2:: @ 8167EE2
msgbox gUnknown_81831EF, MSGBOX_NPC
SixIsland_EventScript_Hiker:: @ 8167EE2
msgbox SixIsland_Text_ThatWayToWaterPathRuinValley, MSGBOX_NPC
end
SixIsland_EventScript_167EEB:: @ 8167EEB
msgbox gUnknown_8183255, MSGBOX_NPC
SixIsland_EventScript_Boy:: @ 8167EEB
msgbox SixIsland_Text_SkyAtNightIsFantastic, MSGBOX_NPC
end
SixIsland_EventScript_167EF4:: @ 8167EF4
msgbox gUnknown_81831C6, MSGBOX_SIGN
SixIsland_EventScript_IslandSign:: @ 8167EF4
msgbox SixIsland_Text_IslandSign, MSGBOX_SIGN
end
+3 -3
View File
@@ -1,14 +1,14 @@
gUnknown_81831C6:: @ 81831C6
SixIsland_Text_IslandSign:: @ 81831C6
.string "SIX ISLAND\n"
.string "Fortune Island of Aged Wisdom$"
gUnknown_81831EF:: @ 81831EF
SixIsland_Text_ThatWayToWaterPathRuinValley:: @ 81831EF
.string "Keep going this way and you'll get\n"
.string "to the WATER PATH.\p"
.string "Stay on that and you'll get to\n"
.string "the RUIN VALLEY.$"
gUnknown_8183255:: @ 8183255
SixIsland_Text_SkyAtNightIsFantastic:: @ 8183255
.string "When you're this far away from the\n"
.string "city, the sky at night is fantastic.$"