import from github
This commit is contained in:
26
data/maps/LilycoveCity_House1/scripts.inc
Normal file
26
data/maps/LilycoveCity_House1/scripts.inc
Normal file
@ -0,0 +1,26 @@
|
||||
LilycoveCity_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_House1_EventScript_ExpertM::
|
||||
msgbox LilycoveCity_House1_Text_PokemonPartnersNotTools, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_House1_EventScript_Kecleon::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_KECLEON, CRY_MODE_NORMAL
|
||||
msgbox LilycoveCity_House1_Text_Kecleon, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_House1_Text_PokemonPartnersNotTools:
|
||||
.string "POKéMON are partners to people.\n"
|
||||
.string "They aren't our tools.\p"
|
||||
.string "Unfortunately, there are some people\n"
|
||||
.string "who fail to understand that…$"
|
||||
|
||||
LilycoveCity_House1_Text_Kecleon:
|
||||
.string "KECLEON: Ruroro?$"
|
||||
|
Reference in New Issue
Block a user