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

20 lines
523 B
PHP

SafariZone_Center_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SafariZone_Center_OnTransition
.byte 0
SafariZone_Center_OnTransition::
setworldmapflag FLAG_WORLD_MAP_SAFARI_ZONE_CENTER
end
SafariZone_Center_EventScript_RestHouseSign::
msgbox SafariZone_Center_Text_RestHouse, MSGBOX_SIGN
end
SafariZone_Center_EventScript_TrainerTips::
msgbox SafariZone_Center_Text_PressStartToCheckTime, MSGBOX_SIGN
end
SafariZone_Center_EventScript_AreaSign::
msgbox SafariZone_Center_Text_CenterArea, MSGBOX_SIGN
end