mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-13 07:48:23 -05:00
25 lines
534 B
PHP
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
|