pokeemerald/data/maps/LavaridgeTown_House/scripts.inc

27 lines
679 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
LavaridgeTown_House_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LavaridgeTown_House_EventScript_OldMan::
2019-11-07 21:21:32 +01:00
msgbox LavaridgeTown_House_Text_WifeWarmingEggInHotSprings, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LavaridgeTown_House_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 21:21:32 +01:00
msgbox LavaridgeTown_House_Text_Zigzagoon, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
2021-07-20 21:18:31 +02:00
LavaridgeTown_House_Text_WifeWarmingEggInHotSprings:
2018-12-07 16:41:08 +01:00
.string "My wife's warming an EGG in the hot\n"
2017-11-10 02:21:31 +01:00
.string "springs. This is what she told me.\p"
.string "She left two POKéMON with the DAY CARE.\n"
.string "And they discovered that EGG!$"
2021-07-20 21:18:31 +02:00
LavaridgeTown_House_Text_Zigzagoon:
2017-11-10 02:21:31 +01:00
.string "ZIGZAGOON: Pshoo!$"