mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 08:41:01 -05:00
19 lines
426 B
PHP
19 lines
426 B
PHP
FuchsiaCity_House1_MapScripts::
|
|
.byte 0
|
|
|
|
FuchsiaCity_House1_EventScript_Woman::
|
|
msgbox FuchsiaCity_House1_Text_WardenIsOldHasFalseTeeth, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_House1_EventScript_OldMan::
|
|
lock
|
|
faceplayer
|
|
famechecker FAMECHECKER_BILL, 2
|
|
msgbox FuchsiaCity_House1_Text_BillIsMyGrandson
|
|
release
|
|
end
|
|
|
|
FuchsiaCity_House1_EventScript_LittleBoy::
|
|
msgbox FuchsiaCity_House1_Text_BillFilesHisOwnMonData, MSGBOX_NPC
|
|
end
|