import from github
This commit is contained in:
48
data/maps/FallarborTown_Mart/scripts.inc
Normal file
48
data/maps/FallarborTown_Mart/scripts.inc
Normal file
@ -0,0 +1,48 @@
|
||||
FallarborTown_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FallarborTown_Mart_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart 0
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_Woman::
|
||||
msgbox FallarborTown_Mart_Text_DecidingSkittyEvolve, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_PokefanM::
|
||||
msgbox FallarborTown_Mart_Text_SellNuggetIFound, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_Skitty::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
|
||||
msgbox FallarborTown_Mart_Text_Skitty, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_Mart_Text_DecidingSkittyEvolve:
|
||||
.string "I'm having a hard time deciding if I\n"
|
||||
.string "should make my SKITTY evolve or not.\p"
|
||||
.string "I only have to use this MOON STONE,\n"
|
||||
.string "but it's so hard to decide…\p"
|
||||
.string "If I make it evolve, it will become\n"
|
||||
.string "much stronger.\p"
|
||||
.string "But it will look so different, too.$"
|
||||
|
||||
FallarborTown_Mart_Text_Skitty:
|
||||
.string "SKITTY: Miyao?$"
|
||||
|
||||
FallarborTown_Mart_Text_SellNuggetIFound:
|
||||
.string "This NUGGET I found here…\n"
|
||||
.string "I suppose I'll have to sell it, seeing\l"
|
||||
.string "as how it has no other use.$"
|
||||
|
Reference in New Issue
Block a user