pokeemerald/data/maps/LilycoveCity_House1/scripts.inc

27 lines
647 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
LilycoveCity_House1_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_House1_EventScript_ExpertM::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_House1_Text_PokemonPartnersNotTools, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_House1_EventScript_Kecleon::
2017-11-10 02:21:31 +01:00
lock
faceplayer
waitse
2021-11-07 18:58:11 +01:00
playmoncry SPECIES_KECLEON, CRY_MODE_NORMAL
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_House1_Text_Kecleon, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_House1_Text_PokemonPartnersNotTools:
2017-11-10 02:21:31 +01:00
.string "POKéMON are partners to people.\n"
2018-12-07 16:41:08 +01:00
.string "They aren't our tools.\p"
2017-11-10 02:21:31 +01:00
.string "Unfortunately, there are some people\n"
.string "who fail to understand that…$"
2021-07-20 21:18:31 +02:00
LilycoveCity_House1_Text_Kecleon:
2017-11-10 02:21:31 +01:00
.string "KECLEON: Ruroro?$"