Document remaining poke marts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "MauvilleCity_Mart_EventScript_2110E6",
|
||||
"script": "MauvilleCity_Mart_EventScript_Clerk",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "MauvilleCity_Mart_EventScript_21111C",
|
||||
"script": "MauvilleCity_Mart_EventScript_ExpertM",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "MauvilleCity_Mart_EventScript_211125",
|
||||
"script": "MauvilleCity_Mart_EventScript_Man",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
MauvilleCity_Mart_MapScripts:: @ 82110E5
|
||||
.byte 0
|
||||
|
||||
MauvilleCity_Mart_EventScript_2110E6:: @ 82110E6
|
||||
MauvilleCity_Mart_EventScript_Clerk:: @ 82110E6
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart MauvilleCity_Mart_Pokemart_211100
|
||||
pokemart MauvilleCity_Mart_Pokemart
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
MauvilleCity_Mart_Pokemart_211100: @ 8211100
|
||||
MauvilleCity_Mart_Pokemart: @ 8211100
|
||||
.2byte ITEM_POKE_BALL
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
@@ -29,15 +29,15 @@ MauvilleCity_Mart_Pokemart_211100: @ 8211100
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_EventScript_21111C:: @ 821111C
|
||||
msgbox MauvilleCity_Mart_Text_21112E, MSGBOX_NPC
|
||||
MauvilleCity_Mart_EventScript_ExpertM:: @ 821111C
|
||||
msgbox MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_EventScript_211125:: @ 8211125
|
||||
msgbox MauvilleCity_Mart_Text_2111D8, MSGBOX_NPC
|
||||
MauvilleCity_Mart_EventScript_Man:: @ 8211125
|
||||
msgbox MauvilleCity_Mart_Text_DecisionsDetermineBattle, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_Text_21112E: @ 821112E
|
||||
MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats: @ 821112E
|
||||
.string "There are items that temporarily\n"
|
||||
.string "elevate the stats of POKéMON.\p"
|
||||
.string "The ones I know you use in battle\n"
|
||||
@@ -45,7 +45,7 @@ MauvilleCity_Mart_Text_21112E: @ 821112E
|
||||
.string "I do believe that there are others\n"
|
||||
.string "like them.$"
|
||||
|
||||
MauvilleCity_Mart_Text_2111D8: @ 82111D8
|
||||
MauvilleCity_Mart_Text_DecisionsDetermineBattle: @ 82111D8
|
||||
.string "Use a certain move, or use an item\n"
|
||||
.string "instead…\p"
|
||||
.string "The TRAINER's decisions determine how\n"
|
||||
|
||||
Reference in New Issue
Block a user