Document remaining poke marts

This commit is contained in:
GriffinR
2019-11-03 12:53:51 -05:00
committed by huderlem
parent 878eb523d7
commit 290df23130
20 changed files with 160 additions and 160 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
"script": "SlateportCity_Mart_EventScript_20DC49",
"script": "SlateportCity_Mart_EventScript_Clerk",
"flag": "0"
},
{
@@ -37,7 +37,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
"script": "SlateportCity_Mart_EventScript_20DC76",
"script": "SlateportCity_Mart_EventScript_BlackBelt",
"flag": "0"
},
{
@@ -50,7 +50,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
"script": "SlateportCity_Mart_EventScript_20DC7F",
"script": "SlateportCity_Mart_EventScript_Man",
"flag": "0"
}
],
+9 -9
View File
@@ -1,17 +1,17 @@
SlateportCity_Mart_MapScripts:: @ 820DC48
.byte 0
SlateportCity_Mart_EventScript_20DC49:: @ 820DC49
SlateportCity_Mart_EventScript_Clerk:: @ 820DC49
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart SlateportCity_Mart_Pokemart_20DC60
pokemart SlateportCity_Mart_Pokemart
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
SlateportCity_Mart_Pokemart_20DC60: @ 820DC60
SlateportCity_Mart_Pokemart: @ 820DC60
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_POTION
@@ -25,21 +25,21 @@ SlateportCity_Mart_Pokemart_20DC60: @ 820DC60
release
end
SlateportCity_Mart_EventScript_20DC76:: @ 820DC76
msgbox SlateportCity_Mart_Text_20DC88, MSGBOX_NPC
SlateportCity_Mart_EventScript_BlackBelt:: @ 820DC76
msgbox SlateportCity_Mart_Text_SomeItemsOnlyAtMart, MSGBOX_NPC
end
SlateportCity_Mart_EventScript_20DC7F:: @ 820DC7F
msgbox SlateportCity_Mart_Text_20DCF8, MSGBOX_NPC
SlateportCity_Mart_EventScript_Man:: @ 820DC7F
msgbox SlateportCity_Mart_Text_GreatBallIsBetter, MSGBOX_NPC
end
SlateportCity_Mart_Text_20DC88: @ 820DC88
SlateportCity_Mart_Text_SomeItemsOnlyAtMart: @ 820DC88
.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_20DCF8: @ 820DCF8
SlateportCity_Mart_Text_GreatBallIsBetter: @ 820DCF8
.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"