Document Five Island scripts
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "FiveIsland_EventScript_167EAA",
|
||||
"script": "FiveIsland_EventScript_Fisher",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "FiveIsland_EventScript_167EA1",
|
||||
"script": "FiveIsland_EventScript_BugCatcher",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@
|
||||
"x": 20,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"script": "FiveIsland_EventScript_167E98"
|
||||
"script": "FiveIsland_EventScript_IslandSign"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@ FiveIsland_OnTransition:: @ 8167E94
|
||||
setworldmapflag FLAG_WORLD_MAP_FIVE_ISLAND
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_167E98:: @ 8167E98
|
||||
msgbox gUnknown_8182DFB, MSGBOX_SIGN
|
||||
FiveIsland_EventScript_IslandSign:: @ 8167E98
|
||||
msgbox FiveIsland_Text_IslandSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_167EA1:: @ 8167EA1
|
||||
msgbox gUnknown_8182E26, MSGBOX_NPC
|
||||
FiveIsland_EventScript_BugCatcher:: @ 8167EA1
|
||||
msgbox FiveIsland_Text_WeirdBuildingInMeadow, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_167EAA:: @ 8167EAA
|
||||
msgbox gUnknown_8182E96, MSGBOX_NPC
|
||||
FiveIsland_EventScript_Fisher:: @ 8167EAA
|
||||
msgbox FiveIsland_Text_BeenGettingBusierAroundHere, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
gUnknown_8182DFB:: @ 8182DFB
|
||||
FiveIsland_Text_IslandSign:: @ 8182DFB
|
||||
.string "FIVE ISLAND\n"
|
||||
.string "Chrono Island: Where Time Goes$"
|
||||
|
||||
gUnknown_8182E26:: @ 8182E26
|
||||
FiveIsland_Text_WeirdBuildingInMeadow:: @ 8182E26
|
||||
.string "Oh, this stinks. I wanted to play in\n"
|
||||
.string "the MEADOW.\p"
|
||||
.string "But they put up a weird building\n"
|
||||
.string "on it, so I can't play there.$"
|
||||
|
||||
gUnknown_8182E96:: @ 8182E96
|
||||
FiveIsland_Text_BeenGettingBusierAroundHere:: @ 8182E96
|
||||
.string "It's been getting busier around\n"
|
||||
.string "these parts lately.\p"
|
||||
.string "I haven't been catching many good\n"
|
||||
|
||||
Reference in New Issue
Block a user