mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
73 lines
1.9 KiB
PHP
73 lines
1.9 KiB
PHP
LilycoveCity_DepartmentStore_4F_MapScripts::
|
|
.byte 0
|
|
|
|
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman::
|
|
msgbox LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM, MSGBOX_NPC
|
|
end
|
|
|
|
LilycoveCity_DepartmentStore_4F_EventScript_Woman::
|
|
msgbox LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs, MSGBOX_NPC
|
|
end
|
|
|
|
LilycoveCity_DepartmentStore_4F_EventScript_Youngster::
|
|
msgbox LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves, MSGBOX_NPC
|
|
end
|
|
|
|
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft::
|
|
lock
|
|
faceplayer
|
|
message gText_HowMayIServeYou
|
|
waitmessage
|
|
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs:
|
|
.2byte ITEM_TM_FIRE_BLAST
|
|
.2byte ITEM_TM_THUNDER
|
|
.2byte ITEM_TM_BLIZZARD
|
|
.2byte ITEM_TM_HYPER_BEAM
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|
|
|
|
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight::
|
|
lock
|
|
faceplayer
|
|
message gText_HowMayIServeYou
|
|
waitmessage
|
|
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs:
|
|
.2byte ITEM_TM_PROTECT
|
|
.2byte ITEM_TM_SAFEGUARD
|
|
.2byte ITEM_TM_REFLECT
|
|
.2byte ITEM_TM_LIGHT_SCREEN
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|
|
|
|
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM:
|
|
.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_FiftyDifferentTMs:
|
|
.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_PokemonOnlyHaveFourMoves:
|
|
.string "I'd like to get all the different TMs,\n"
|
|
.string "but a POKéMON learns only four moves.$"
|
|
|