blob: 863390ba88a87689e5b049ba8be3c30a20f1bd61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SixIsland_MapScripts:: @ 8167ED8
map_script MAP_SCRIPT_ON_TRANSITION, SixIsland_OnTransition
.byte 0
SixIsland_OnTransition:: @ 8167EDE
setworldmapflag FLAG_WORLD_MAP_SIX_ISLAND
end
SixIsland_EventScript_Hiker:: @ 8167EE2
msgbox SixIsland_Text_ThatWayToWaterPathRuinValley, MSGBOX_NPC
end
SixIsland_EventScript_Boy:: @ 8167EEB
msgbox SixIsland_Text_SkyAtNightIsFantastic, MSGBOX_NPC
end
SixIsland_EventScript_IslandSign:: @ 8167EF4
msgbox SixIsland_Text_IslandSign, MSGBOX_SIGN
end
|