mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05:00
23 lines
628 B
PHP
23 lines
628 B
PHP
SSAnne_2F_Room5_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_2F_Room5_EventScript_Gentleman::
|
|
msgbox SSAnne_2F_Room5_Text_HaveYouGoneToSafariZone, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_2F_Room5_EventScript_LittleBoy::
|
|
msgbox SSAnne_2F_Room5_Text_WeThinkSafariZoneIsAwesome, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_2F_Room5_Text_HaveYouGoneToSafariZone::
|
|
.string "Have you gone to the SAFARI ZONE\n"
|
|
.string "in FUCHSIA CITY?\p"
|
|
.string "There are many kinds of rare\n"
|
|
.string "POKéMON.$"
|
|
|
|
SSAnne_2F_Room5_Text_WeThinkSafariZoneIsAwesome::
|
|
.string "Me and my daddy think the SAFARI\n"
|
|
.string "ZONE is awesome!\l"
|
|
.string "I wish we could go there again.$"
|
|
|