pokeemerald/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc

73 lines
2.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
LilycoveCity_DepartmentStore_4F_MapScripts:: @ 821FDEA
.byte 0
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman:: @ 821FDEB
msgbox LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_EventScript_Woman:: @ 821FDF4
msgbox LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_EventScript_Youngster:: @ 821FDFD
msgbox LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft:: @ 821FE06
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-08-15 05:38:42 +02:00
message gText_HowMayIServeYou
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-04 22:41:42 +01:00
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs: @ 821FE20
.2byte ITEM_TM38 @ Fire Blast
.2byte ITEM_TM25 @ Thunder
.2byte ITEM_TM14 @ Blizzard
.2byte ITEM_TM15 @ Hyper Beam
2017-11-10 02:21:31 +01:00
.2byte ITEM_NONE
release
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight:: @ 821FE2C
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-08-15 05:38:42 +02:00
message gText_HowMayIServeYou
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-04 22:41:42 +01:00
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs: @ 821FE44
.2byte ITEM_TM17 @ Protect
.2byte ITEM_TM20 @ Safeguard
.2byte ITEM_TM33 @ Reflect
.2byte ITEM_TM16 @ Light Screen
2017-11-10 02:21:31 +01:00
.2byte ITEM_NONE
release
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: @ 821FE50
2017-11-10 02:21:31 +01:00
.string "Hmm…\p"
.string "An attacking move…\n"
.string "Or a defensive move…\p"
2018-12-07 16:41:08 +01:00
.string "It's no easy matter to decide which TM\n"
2017-11-10 02:21:31 +01:00
.string "moves should be taught to POKéMON…$"
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: @ 821FEC7
2017-11-10 02:21:31 +01:00
.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.$"
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: @ 821FF2D
2018-12-07 16:41:08 +01:00
.string "I'd like to get all the different TMs,\n"
2017-11-10 02:21:31 +01:00
.string "but a POKéMON learns only four moves.$"