mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
23 lines
587 B
PHP
23 lines
587 B
PHP
SafariZone_North_MapScripts::
|
|
.byte 0
|
|
|
|
SafariZone_North_EventScript_RestHouseSign::
|
|
msgbox SafariZone_North_Text_RestHouse, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_North_EventScript_TrainerTips1::
|
|
msgbox SafariZone_North_Text_SecretHouseStillAhead, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_North_EventScript_AreaSign::
|
|
msgbox SafariZone_North_Text_Area2, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_North_EventScript_TrainerTips2::
|
|
msgbox SafariZone_North_Text_ZigzagThroughTallGrass, MSGBOX_SIGN
|
|
end
|
|
|
|
SafariZone_North_EventScript_TrainerTips3::
|
|
msgbox SafariZone_North_Text_WinFreeHMFindSecretHouse, MSGBOX_SIGN
|
|
end
|