pokefirered/data/maps/SixIsland/scripts.inc
2022-06-24 21:10:48 -04:00

20 lines
446 B
PHP

SixIsland_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SixIsland_OnTransition
.byte 0
SixIsland_OnTransition::
setworldmapflag FLAG_WORLD_MAP_SIX_ISLAND
end
SixIsland_EventScript_Hiker::
msgbox SixIsland_Text_ThatWayToWaterPathRuinValley, MSGBOX_NPC
end
SixIsland_EventScript_Boy::
msgbox SixIsland_Text_SkyAtNightIsFantastic, MSGBOX_NPC
end
SixIsland_EventScript_IslandSign::
msgbox SixIsland_Text_IslandSign, MSGBOX_SIGN
end