mirror of
https://github.com/pret/pokefirered.git
synced 2026-06-01 05:29:54 -05:00
32 lines
741 B
PHP
32 lines
741 B
PHP
PewterCity_House1_MapScripts:: @ 816A71C
|
|
.byte 0
|
|
|
|
PewterCity_House1_EventScript_BaldingMan:: @ 816A71D
|
|
msgbox PewterCity_House1_Text_TradeMonsAreFinicky, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_House1_EventScript_LittleBoy:: @ 816A726
|
|
lock
|
|
msgbox PewterCity_House1_Text_NidoranSit
|
|
call PewterCity_House1_EventScript_DoNidoranCry
|
|
release
|
|
end
|
|
|
|
PewterCity_House1_EventScript_Nidoran:: @ 816A736
|
|
lock
|
|
faceplayer
|
|
call PewterCity_House1_EventScript_DoNidoranCry
|
|
applymovement 3, Movement_FaceOriginalDirection
|
|
waitmovement 0
|
|
release
|
|
end
|
|
|
|
PewterCity_House1_EventScript_DoNidoranCry:: @ 816A749
|
|
textcolor 3
|
|
waitse
|
|
playmoncry SPECIES_NIDORAN_M, 0
|
|
msgbox PewterCity_House1_Text_Nidoran
|
|
waitmoncry
|
|
call EventScript_RestorePrevTextColor
|
|
return
|