pokeemerald/data/maps/SlateportCity_Mart/scripts.inc

49 lines
1.1 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SlateportCity_Mart_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_EventScript_Clerk::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-08-15 05:38:42 +02:00
message gText_HowMayIServeYou
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-03 18:53:51 +01:00
pokemart SlateportCity_Mart_Pokemart
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-08-04 17:50:33 +02:00
.align 2
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_Pokemart:
2017-11-10 02:21:31 +01:00
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_POTION
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_REPEL
.2byte ITEM_HARBOR_MAIL
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_EventScript_BlackBelt::
2019-11-03 18:53:51 +01:00
msgbox SlateportCity_Mart_Text_SomeItemsOnlyAtMart, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_EventScript_Man::
2019-11-03 18:53:51 +01:00
msgbox SlateportCity_Mart_Text_GreatBallIsBetter, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_Text_SomeItemsOnlyAtMart:
2017-11-10 02:21:31 +01:00
.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.$"
2021-07-20 21:18:31 +02:00
SlateportCity_Mart_Text_GreatBallIsBetter:
2017-11-10 02:21:31 +01:00
.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…$"