import from github
This commit is contained in:
39
data/maps/SootopolisCity_House4/scripts.inc
Normal file
39
data/maps/SootopolisCity_House4/scripts.inc
Normal file
@ -0,0 +1,39 @@
|
||||
SootopolisCity_House4_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House4_EventScript_Man::
|
||||
msgbox SootopolisCity_House4_Text_AncientTreasuresWaitingInSea, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_Woman::
|
||||
msgbox SootopolisCity_House4_Text_StrollUnderwaterWithPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_Azumarill::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_AZUMARILL, CRY_MODE_NORMAL
|
||||
msgbox SootopolisCity_House4_Text_Azumarill, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House4_Text_AncientTreasuresWaitingInSea:
|
||||
.string "Listen up, and I'll tell you something\n"
|
||||
.string "good.\p"
|
||||
.string "There's supposed to be an ancient\n"
|
||||
.string "ruin in the sea around here.\p"
|
||||
.string "There could be treasures just waiting\n"
|
||||
.string "to be discovered down there.$"
|
||||
|
||||
SootopolisCity_House4_Text_StrollUnderwaterWithPokemon:
|
||||
.string "Ancient treasures…\p"
|
||||
.string "It would be nice if they existed, but\n"
|
||||
.string "even if they didn't, it would be so\l"
|
||||
.string "beautiful to take an underwater\l"
|
||||
.string "stroll with my POKéMON.$"
|
||||
|
||||
SootopolisCity_House4_Text_Azumarill:
|
||||
.string "AZUMARILL: Marurii.$"
|
||||
|
Reference in New Issue
Block a user