2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_MapScripts::
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_EventScript_Man::
|
2019-11-07 22:36:48 +01:00
|
|
|
msgbox DewfordTown_House1_Text_LotToBeSaidForLivingOnIsland, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_EventScript_Woman::
|
2019-11-07 22:36:48 +01:00
|
|
|
msgbox DewfordTown_House1_Text_LifeGoesSlowlyOnIsland, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_EventScript_Zigzagoon::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
2021-11-07 18:58:11 +01:00
|
|
|
playmoncry SPECIES_ZIGZAGOON, CRY_MODE_NORMAL
|
2019-11-07 22:36:48 +01:00
|
|
|
msgbox DewfordTown_House1_Text_Zigzagoon, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmoncry
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_Text_LotToBeSaidForLivingOnIsland:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "There's a lot to be said for living on\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "a small island like this in harmony with\l"
|
|
|
|
.string "POKéMON and the family.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_Text_LifeGoesSlowlyOnIsland:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I left the major port of SLATEPORT\n"
|
|
|
|
.string "CITY when I married my husband here.\p"
|
|
|
|
.string "Life goes by slowly on this little\n"
|
|
|
|
.string "island. But being surrounded by the\l"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "beautiful sea--that's happiness, too.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
DewfordTown_House1_Text_Zigzagoon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "ZIGZAGOON: Guguuh!$"
|
|
|
|
|