pokeemerald/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc

73 lines
1.9 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_EventScript_Woman::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_EventScript_Youngster::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft::
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
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs:
.2byte ITEM_TM_FIRE_BLAST
.2byte ITEM_TM_THUNDER
.2byte ITEM_TM_BLIZZARD
.2byte ITEM_TM_HYPER_BEAM
2017-11-10 02:21:31 +01:00
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight::
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
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs:
.2byte ITEM_TM_PROTECT
.2byte ITEM_TM_SAFEGUARD
.2byte ITEM_TM_REFLECT
.2byte ITEM_TM_LIGHT_SCREEN
2017-11-10 02:21:31 +01:00
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM:
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…$"
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs:
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.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves:
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.$"