Document remaining poke marts
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
RustboroCity_Mart_MapScripts:: @ 8214F05
|
||||
.byte 0
|
||||
|
||||
RustboroCity_Mart_EventScript_214F06:: @ 8214F06
|
||||
RustboroCity_Mart_EventScript_Clerk:: @ 8214F06
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
goto_if_unset FLAG_MET_DEVON_EMPLOYEE, RustboroCity_Mart_EventScript_214F21
|
||||
goto_if_set FLAG_MET_DEVON_EMPLOYEE, RustboroCity_Mart_EventScript_214F48
|
||||
goto_if_unset FLAG_MET_DEVON_EMPLOYEE, RustboroCity_Mart_EventScript_PokemartBasic
|
||||
goto_if_set FLAG_MET_DEVON_EMPLOYEE, RustboroCity_Mart_EventScript_PokemartExpanded
|
||||
end
|
||||
|
||||
RustboroCity_Mart_EventScript_214F21:: @ 8214F21
|
||||
pokemart RustboroCity_Mart_Pokemart_214F30
|
||||
RustboroCity_Mart_EventScript_PokemartBasic:: @ 8214F21
|
||||
pokemart RustboroCity_Mart_Pokemart_Basic
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
RustboroCity_Mart_Pokemart_214F30: @ 8214F30
|
||||
RustboroCity_Mart_Pokemart_Basic: @ 8214F30
|
||||
.2byte ITEM_POKE_BALL
|
||||
.2byte ITEM_POTION
|
||||
.2byte ITEM_SUPER_POTION
|
||||
@@ -31,14 +31,14 @@ RustboroCity_Mart_Pokemart_214F30: @ 8214F30
|
||||
release
|
||||
end
|
||||
|
||||
RustboroCity_Mart_EventScript_214F48:: @ 8214F48
|
||||
pokemart RustboroCity_Mart_Pokemart_214F58
|
||||
RustboroCity_Mart_EventScript_PokemartExpanded:: @ 8214F48
|
||||
pokemart RustboroCity_Mart_Pokemart_Expanded
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
RustboroCity_Mart_Pokemart_214F58: @ 8214F58
|
||||
RustboroCity_Mart_Pokemart_Expanded: @ 8214F58
|
||||
.2byte ITEM_POKE_BALL
|
||||
.2byte ITEM_TIMER_BALL
|
||||
.2byte ITEM_REPEAT_BALL
|
||||
@@ -55,31 +55,31 @@ RustboroCity_Mart_Pokemart_214F58: @ 8214F58
|
||||
release
|
||||
end
|
||||
|
||||
RustboroCity_Mart_EventScript_214F74:: @ 8214F74
|
||||
msgbox RustboroCity_Mart_Text_214F8F, MSGBOX_NPC
|
||||
RustboroCity_Mart_EventScript_PokefanF:: @ 8214F74
|
||||
msgbox RustboroCity_Mart_Text_BuyingHealsInCaseOfShroomish, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Mart_EventScript_214F7D:: @ 8214F7D
|
||||
msgbox RustboroCity_Mart_Text_214FF1, MSGBOX_NPC
|
||||
RustboroCity_Mart_EventScript_Boy:: @ 8214F7D
|
||||
msgbox RustboroCity_Mart_Text_ShouldBuySuperPotionsInstead, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Mart_EventScript_214F86:: @ 8214F86
|
||||
msgbox RustboroCity_Mart_Text_21505C, MSGBOX_NPC
|
||||
RustboroCity_Mart_EventScript_BugCatcher:: @ 8214F86
|
||||
msgbox RustboroCity_Mart_Text_GettingEscapeRopeJustInCase, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Mart_Text_214F8F: @ 8214F8F
|
||||
RustboroCity_Mart_Text_BuyingHealsInCaseOfShroomish: @ 8214F8F
|
||||
.string "I'm buying some PARLYZ HEALS and\n"
|
||||
.string "ANTIDOTES.\p"
|
||||
.string "Just in case I run into SHROOMISH\n"
|
||||
.string "in PETALBURG WOODS.$"
|
||||
|
||||
RustboroCity_Mart_Text_214FF1: @ 8214FF1
|
||||
RustboroCity_Mart_Text_ShouldBuySuperPotionsInstead: @ 8214FF1
|
||||
.string "My POKéMON evolved.\n"
|
||||
.string "It has a lot of HP now.\p"
|
||||
.string "I should buy SUPER POTIONS for it\n"
|
||||
.string "instead of ordinary POTIONS.$"
|
||||
|
||||
RustboroCity_Mart_Text_21505C: @ 821505C
|
||||
RustboroCity_Mart_Text_GettingEscapeRopeJustInCase: @ 821505C
|
||||
.string "I'm getting an ESCAPE ROPE just in\n"
|
||||
.string "case I get lost in a cave.\p"
|
||||
.string "I just need to use it to get back to\n"
|
||||
|
||||
Reference in New Issue
Block a user