Document dept store
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_21FDEB",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_Gentleman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_21FDF4",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_21FDFD",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_Youngster",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_21FE06",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_21FE2C",
|
||||
"script": "LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,72 +1,72 @@
|
||||
LilycoveCity_DepartmentStore_4F_MapScripts:: @ 821FDEA
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDEB:: @ 821FDEB
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FE50, MSGBOX_NPC
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman:: @ 821FDEB
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDF4:: @ 821FDF4
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FEC7, MSGBOX_NPC
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_Woman:: @ 821FDF4
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDFD:: @ 821FDFD
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FF2D, MSGBOX_NPC
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_Youngster:: @ 821FDFD
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FE06:: @ 821FE06
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft:: @ 821FE06
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE20
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_21FE20: @ 821FE20
|
||||
.2byte ITEM_TM38
|
||||
.2byte ITEM_TM25
|
||||
.2byte ITEM_TM14
|
||||
.2byte ITEM_TM15
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs: @ 821FE20
|
||||
.2byte ITEM_TM38 @ Fire Blast
|
||||
.2byte ITEM_TM25 @ Thunder
|
||||
.2byte ITEM_TM14 @ Blizzard
|
||||
.2byte ITEM_TM15 @ Hyper Beam
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FE2C:: @ 821FE2C
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight:: @ 821FE2C
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE44
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_21FE44: @ 821FE44
|
||||
.2byte ITEM_TM17
|
||||
.2byte ITEM_TM20
|
||||
.2byte ITEM_TM33
|
||||
.2byte ITEM_TM16
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs: @ 821FE44
|
||||
.2byte ITEM_TM17 @ Protect
|
||||
.2byte ITEM_TM20 @ Safeguard
|
||||
.2byte ITEM_TM33 @ Reflect
|
||||
.2byte ITEM_TM16 @ Light Screen
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FE50: @ 821FE50
|
||||
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: @ 821FE50
|
||||
.string "Hmm…\p"
|
||||
.string "An attacking move…\n"
|
||||
.string "Or a defensive move…\p"
|
||||
.string "It's no easy matter to decide which TM\n"
|
||||
.string "moves should be taught to POKéMON…$"
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FEC7: @ 821FEC7
|
||||
LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: @ 821FEC7
|
||||
.string "There are so many different kinds of\n"
|
||||
.string "TM moves.\p"
|
||||
.string "A catalog I read said there are fifty\n"
|
||||
.string "different kinds.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FF2D: @ 821FF2D
|
||||
LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: @ 821FF2D
|
||||
.string "I'd like to get all the different TMs,\n"
|
||||
.string "but a POKéMON learns only four moves.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user