diff options
Diffstat (limited to 'data/maps/DewfordTown_House1/scripts.inc')
-rw-r--r-- | data/maps/DewfordTown_House1/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/DewfordTown_House1/scripts.inc b/data/maps/DewfordTown_House1/scripts.inc index 06e377057..0aba45d3c 100644 --- a/data/maps/DewfordTown_House1/scripts.inc +++ b/data/maps/DewfordTown_House1/scripts.inc @@ -1,15 +1,15 @@ -DewfordTown_House1_MapScripts:: @ 81FC3CD +DewfordTown_House1_MapScripts:: .byte 0 -DewfordTown_House1_EventScript_Man:: @ 81FC3CE +DewfordTown_House1_EventScript_Man:: msgbox DewfordTown_House1_Text_LotToBeSaidForLivingOnIsland, MSGBOX_NPC end -DewfordTown_House1_EventScript_Woman:: @ 81FC3D7 +DewfordTown_House1_EventScript_Woman:: msgbox DewfordTown_House1_Text_LifeGoesSlowlyOnIsland, MSGBOX_NPC end -DewfordTown_House1_EventScript_Zigzagoon:: @ 81FC3E0 +DewfordTown_House1_EventScript_Zigzagoon:: lock faceplayer waitse @@ -19,18 +19,18 @@ DewfordTown_House1_EventScript_Zigzagoon:: @ 81FC3E0 release end -DewfordTown_House1_Text_LotToBeSaidForLivingOnIsland: @ 81FC3F3 +DewfordTown_House1_Text_LotToBeSaidForLivingOnIsland: .string "There's a lot to be said for living on\n" .string "a small island like this in harmony with\l" .string "POKéMON and the family.$" -DewfordTown_House1_Text_LifeGoesSlowlyOnIsland: @ 81FC45B +DewfordTown_House1_Text_LifeGoesSlowlyOnIsland: .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" .string "beautiful sea--that's happiness, too.$" -DewfordTown_House1_Text_Zigzagoon: @ 81FC510 +DewfordTown_House1_Text_Zigzagoon: .string "ZIGZAGOON: Guguuh!$" |