tumbledemerald-legacy/data/maps/LavaridgeTown_House/scripts.inc

27 lines
679 B
PHP
Raw Permalink Normal View History

2022-05-19 19:14:13 +02:00
LavaridgeTown_House_MapScripts::
.byte 0
LavaridgeTown_House_EventScript_OldMan::
msgbox LavaridgeTown_House_Text_WifeWarmingEggInHotSprings, MSGBOX_NPC
end
LavaridgeTown_House_EventScript_Zigzagoon::
lock
faceplayer
waitse
playmoncry SPECIES_ZIGZAGOON, CRY_MODE_NORMAL
msgbox LavaridgeTown_House_Text_Zigzagoon, MSGBOX_DEFAULT
waitmoncry
release
end
LavaridgeTown_House_Text_WifeWarmingEggInHotSprings:
.string "My wife's warming an Egg in the hot\n"
2022-05-19 19:14:13 +02: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!$"
2022-05-19 19:14:13 +02:00
LavaridgeTown_House_Text_Zigzagoon:
.string "Zigzagoon: Pshoo!$"
2022-05-19 19:14:13 +02:00