mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
20 lines
463 B
PHP
20 lines
463 B
PHP
FiveIsland_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FiveIsland_OnTransition
|
|
.byte 0
|
|
|
|
FiveIsland_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_FIVE_ISLAND
|
|
end
|
|
|
|
FiveIsland_EventScript_IslandSign::
|
|
msgbox FiveIsland_Text_IslandSign, MSGBOX_SIGN
|
|
end
|
|
|
|
FiveIsland_EventScript_BugCatcher::
|
|
msgbox FiveIsland_Text_WeirdBuildingInMeadow, MSGBOX_NPC
|
|
end
|
|
|
|
FiveIsland_EventScript_Fisher::
|
|
msgbox FiveIsland_Text_BeenGettingBusierAroundHere, MSGBOX_NPC
|
|
end
|