mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
27 lines
679 B
PHP
27 lines
679 B
PHP
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"
|
|
.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!$"
|
|
|
|
LavaridgeTown_House_Text_Zigzagoon:
|
|
.string "ZIGZAGOON: Pshoo!$"
|
|
|