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