pokefirered/data/maps/SaffronCity_House/scripts.inc
2022-07-29 18:15:25 -04:00

25 lines
534 B
PHP

SaffronCity_House_MapScripts::
.byte 0
SaffronCity_House_EventScript_Lass::
msgbox SaffronCity_House_Text_DontLookAtMyLetter, MSGBOX_NPC
end
SaffronCity_House_EventScript_Youngster::
msgbox SaffronCity_House_Text_GettingCopycatPokeDoll, MSGBOX_NPC
end
SaffronCity_House_EventScript_Pidgey::
lock
faceplayer
waitse
playmoncry SPECIES_PIDGEY, CRY_MODE_NORMAL
msgbox SaffronCity_House_Text_Pidgey
waitmoncry
release
end
SaffronCity_House_EventScript_Letter::
msgbox SaffronCity_House_Text_ExplainPPUp, MSGBOX_SIGN
end