pokeemerald-expansion/data/maps/FuchsiaCity_SafariZone_Office_Frlg/scripts.inc
Bassoonian 310f746565
Some checks are pending
CI / build (push) Waiting to run
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Fix space indentation in .s and .inc files (#9371)
2026-02-27 12:45:00 -08:00

45 lines
1.5 KiB
PHP

FuchsiaCity_SafariZone_Office_Frlg_MapScripts::
.byte 0
FuchsiaCity_SafariZone_Office_EventScript_Worker1::
msgbox FuchsiaCity_SafariZone_Office_Text_NicknamedWardenSlowpoke, MSGBOX_NPC
end
FuchsiaCity_SafariZone_Office_EventScript_Worker2::
msgbox FuchsiaCity_SafariZone_Office_Text_WardenIsVeryKnowledgeable, MSGBOX_NPC
end
FuchsiaCity_SafariZone_Office_EventScript_Worker3::
msgbox FuchsiaCity_SafariZone_Office_Text_CouldntUnderstandWarden, MSGBOX_NPC
end
FuchsiaCity_SafariZone_Office_EventScript_Worker4::
msgbox FuchsiaCity_SafariZone_Office_Text_PrizeInSafariZone, MSGBOX_NPC
end
FuchsiaCity_SafariZone_Office_Text_NicknamedWardenSlowpoke::
.string "We nicknamed the WARDEN\n"
.string "“SLOWPOKE.”\p"
.string "You know, he has that vacant look\n"
.string "like a SLOWPOKE.$"
FuchsiaCity_SafariZone_Office_Text_WardenIsVeryKnowledgeable::
.string "WARDEN SLOWPOKE is very\n"
.string "knowledgeable about POKéMON.\p"
.string "He even has some fossils of rare,\n"
.string "extinct POKéMON.$"
FuchsiaCity_SafariZone_Office_Text_CouldntUnderstandWarden::
.string "WARDEN SLOWPOKE came in, but\n"
.string "I couldn't understand him.\p"
.string "I think he's got a speech problem!$"
FuchsiaCity_SafariZone_Office_Text_PrizeInSafariZone::
.string "WARDEN SLOWPOKE is running a\n"
.string "promotion campaign right now.\p"
.string "Try to get to the farthest corner\n"
.string "of the SAFARI ZONE.\p"
.string "If you can make it, you'll win a\n"
.string "very convenient prize.$"