diff options
Diffstat (limited to 'data/maps/SlateportCity_Mart/scripts.inc')
-rw-r--r-- | data/maps/SlateportCity_Mart/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/SlateportCity_Mart/scripts.inc b/data/maps/SlateportCity_Mart/scripts.inc index a1c557ad2..bd5fc3b55 100644 --- a/data/maps/SlateportCity_Mart/scripts.inc +++ b/data/maps/SlateportCity_Mart/scripts.inc @@ -1,7 +1,7 @@ -SlateportCity_Mart_MapScripts:: @ 820DC48 +SlateportCity_Mart_MapScripts:: .byte 0 -SlateportCity_Mart_EventScript_Clerk:: @ 820DC49 +SlateportCity_Mart_EventScript_Clerk:: lock faceplayer message gText_HowMayIServeYou @@ -11,7 +11,7 @@ SlateportCity_Mart_EventScript_Clerk:: @ 820DC49 release end -SlateportCity_Mart_Pokemart: @ 820DC60 +SlateportCity_Mart_Pokemart: .2byte ITEM_POKE_BALL .2byte ITEM_GREAT_BALL .2byte ITEM_POTION @@ -25,21 +25,21 @@ SlateportCity_Mart_Pokemart: @ 820DC60 release end -SlateportCity_Mart_EventScript_BlackBelt:: @ 820DC76 +SlateportCity_Mart_EventScript_BlackBelt:: msgbox SlateportCity_Mart_Text_SomeItemsOnlyAtMart, MSGBOX_NPC end -SlateportCity_Mart_EventScript_Man:: @ 820DC7F +SlateportCity_Mart_EventScript_Man:: msgbox SlateportCity_Mart_Text_GreatBallIsBetter, MSGBOX_NPC end -SlateportCity_Mart_Text_SomeItemsOnlyAtMart: @ 820DC88 +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: @ 820DCF8 +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" |