import from github
This commit is contained in:
33
data/maps/SlateportCity_Mart/scripts.inc
Normal file
33
data/maps/SlateportCity_Mart/scripts.inc
Normal file
@ -0,0 +1,33 @@
|
||||
SlateportCity_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SlateportCity_Mart_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart 0
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SlateportCity_Mart_EventScript_BlackBelt::
|
||||
msgbox SlateportCity_Mart_Text_SomeItemsOnlyAtMart, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_Mart_EventScript_Man::
|
||||
msgbox SlateportCity_Mart_Text_GreatBallIsBetter, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_Mart_Text_SomeItemsOnlyAtMart:
|
||||
.string "The MARKET does have some interesting\n"
|
||||
.string "merchandise.\p"
|
||||
.string "But there are some items you can only\n"
|
||||
.string "get at a POKéMON MART.$"
|
||||
|
||||
SlateportCity_Mart_Text_GreatBallIsBetter:
|
||||
.string "A GREAT BALL is better than a POKé BALL\n"
|
||||
.string "at catching POKéMON.\p"
|
||||
.string "With this, I should be able to get that\n"
|
||||
.string "elusive POKéMON…$"
|
||||
|
Reference in New Issue
Block a user