diff options
author | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
commit | 8de49d722cbd21abff92ec384e5faaf1f0dde2d5 (patch) | |
tree | f2a577679cdd5b20b58285afe3695587ceb84488 /data/maps/scripts/SlateportCity_Mart.s | |
parent | 9d8d999973a627b319413e33344103913b630499 (diff) |
Dump the maps.
Diffstat (limited to 'data/maps/scripts/SlateportCity_Mart.s')
-rw-r--r-- | data/maps/scripts/SlateportCity_Mart.s | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/maps/scripts/SlateportCity_Mart.s b/data/maps/scripts/SlateportCity_Mart.s new file mode 100644 index 000000000..f2c8f029b --- /dev/null +++ b/data/maps/scripts/SlateportCity_Mart.s @@ -0,0 +1,35 @@ +SlateportCity_Mart_MapScripts:: @ 8156410 + .byte 0 + +SlateportCity_Mart_EventScript_156411:: @ 8156411 + lock + faceplayer + message SlateportCity_Mart_Text_1A0BE4 + waittext + pokemart SlateportCity_Mart_Pokemart_156428 + msgbox SlateportCity_Mart_Text_1A0C02, 4 + release + end + +SlateportCity_Mart_Pokemart_156428:: @ 8156428 + .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 + +SlateportCity_Mart_EventScript_15643E:: @ 815643E + msgbox SlateportCity_Mart_Text_180730, 2 + end + +SlateportCity_Mart_EventScript_156447:: @ 8156447 + msgbox SlateportCity_Mart_Text_18079D, 2 + end + |