mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
20 lines
472 B
PHP
20 lines
472 B
PHP
SevenIsland_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_OnTransition
|
|
.byte 0
|
|
|
|
SevenIsland_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_SEVEN_ISLAND
|
|
end
|
|
|
|
SevenIsland_EventScript_IslandSign::
|
|
msgbox SevenIsland_Text_IslandSign, MSGBOX_SIGN
|
|
end
|
|
|
|
SevenIsland_EventScript_OldWoman::
|
|
msgbox SevenIsland_Text_IslandsMadeInSevenDays, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_EventScript_Scientist::
|
|
msgbox SevenIsland_Text_IslandVirtuallyUntouched, MSGBOX_NPC
|
|
end
|