import from github
This commit is contained in:
32
data/maps/LavaridgeTown_Mart/scripts.inc
Normal file
32
data/maps/LavaridgeTown_Mart/scripts.inc
Normal file
@ -0,0 +1,32 @@
|
||||
LavaridgeTown_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
LavaridgeTown_Mart_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart 0
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_EventScript_ExpertM::
|
||||
msgbox LavaridgeTown_Mart_Text_XSpeedFirstStrike, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_EventScript_OldWoman::
|
||||
msgbox LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_Text_XSpeedFirstStrike:
|
||||
.string "Use X SPEED to add to a POKéMON's\n"
|
||||
.string "SPEED in battle.\p"
|
||||
.string "That will help it get in the first\n"
|
||||
.string "strike--a decided advantage!$"
|
||||
|
||||
LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney:
|
||||
.string "On MT. CHIMNEY's peak, there's a local\n"
|
||||
.string "specialty that you can buy only there.\p"
|
||||
.string "Give it to a POKéMON--it will be elated.$"
|
||||
|
Reference in New Issue
Block a user