2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_MapScripts::
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_EventScript_Clerk::
|
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-03 18:53:51 +01:00
|
|
|
pokemart VerdanturfTown_Mart_Pokemart
|
2019-08-15 05:38:42 +02:00
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
.align 2
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_Pokemart:
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_GREAT_BALL
|
|
|
|
.2byte ITEM_NEST_BALL
|
|
|
|
.2byte ITEM_SUPER_POTION
|
|
|
|
.2byte ITEM_ANTIDOTE
|
|
|
|
.2byte ITEM_PARALYZE_HEAL
|
|
|
|
.2byte ITEM_AWAKENING
|
|
|
|
.2byte ITEM_BURN_HEAL
|
|
|
|
.2byte ITEM_ICE_HEAL
|
|
|
|
.2byte ITEM_REPEL
|
2019-04-13 13:14:45 +02:00
|
|
|
.2byte ITEM_X_SP_ATK
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_FLUFFY_TAIL
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_EventScript_Boy::
|
2019-11-03 18:53:51 +01:00
|
|
|
msgbox VerdanturfTown_Mart_Text_XSpecialIsCrucial, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_EventScript_ExpertF::
|
2019-11-03 18:53:51 +01:00
|
|
|
msgbox VerdanturfTown_Mart_Text_NoStrategyGuidesForBattleTent, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_EventScript_Lass::
|
2019-11-03 18:53:51 +01:00
|
|
|
msgbox VerdanturfTown_Mart_Text_NestBallOnWeakenedPokemon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_Text_XSpecialIsCrucial:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "For any POKéMON match, X SPECIAL\n"
|
|
|
|
.string "is crucial.\p"
|
|
|
|
.string "It jacks up the power of some moves\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "even though it's only for one battle.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_Text_NoStrategyGuidesForBattleTent:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "They don't seem to sell any winning\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "strategy guides for the BATTLE TENT…\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It seems one must rely on one's\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "own wits after all…$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
VerdanturfTown_Mart_Text_NestBallOnWeakenedPokemon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "The NEST BALL works better on\n"
|
|
|
|
.string "weakened POKéMON.\p"
|
|
|
|
.string "VERDANTURF is the only place you can\n"
|
|
|
|
.string "buy it.$"
|
|
|
|
|