pokeemerald-expansion/data/maps/PewterCity_House1_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

48 lines
1.2 KiB
PHP

PewterCity_House1_Frlg_MapScripts::
.byte 0
PewterCity_House1_EventScript_BaldingMan::
msgbox PewterCity_House1_Text_TradeMonsAreFinicky, MSGBOX_NPC
end
PewterCity_House1_EventScript_LittleBoy::
lock
msgbox PewterCity_House1_Text_NidoranSit
call PewterCity_House1_EventScript_DoNidoranCry
release
end
PewterCity_House1_EventScript_Nidoran::
lock
faceplayer
call PewterCity_House1_EventScript_DoNidoranCry
applymovement LOCALID_PEWTER_HOUSE_NIDORAN, Common_Movement_FaceOriginalDirection
waitmovement 0
release
end
PewterCity_House1_EventScript_DoNidoranCry::
textcolor NPC_TEXT_COLOR_NEUTRAL
waitse
playmoncry SPECIES_NIDORAN_M, CRY_MODE_NORMAL
msgbox PewterCity_House1_Text_Nidoran
waitmoncry
call EventScript_RestorePrevTextColor
return
PewterCity_House1_Text_Nidoran::
.string "NIDORAN♂: Bowbow!$"
PewterCity_House1_Text_NidoranSit::
.string "NIDORAN, sit!$"
PewterCity_House1_Text_TradeMonsAreFinicky::
.string "Our POKéMON's an outsider, so it's\n"
.string "finicky and hard to handle.\p"
.string "An outsider is a POKéMON that you\n"
.string "get in a trade.\p"
.string "It grows fast, but it may ignore an\n"
.string "unskilled TRAINER in battle.\p"
.string "If only we had some BADGES…$"