mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
20 lines
446 B
PHP
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
|