mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
19 lines
468 B
PHP
19 lines
468 B
PHP
SafariZone_West_MapScripts::
|
|
.byte 0
|
|
|
|
SafariZone_West_EventScript_RestHouseSign::
|
|
msgbox SafariZone_West_Text_RestHouse, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_West_EventScript_LostTeethNotice::
|
|
msgbox SafariZone_West_Text_PleaseFindWardensLostTeeth, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_West_EventScript_TrainerTips::
|
|
msgbox SafariZone_West_Text_SearchForSecretHouse, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_West_EventScript_AreaSign::
|
|
msgbox SafariZone_West_Text_AreaSign, MSGBOX_SIGN
|
|
end
|