pokeemerald/data/maps/MauvilleCity_Mart/scripts.inc

54 lines
1.3 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
MauvilleCity_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 MauvilleCity_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
.align 2
2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_Pokemart:
2017-11-10 02:21:31 +01:00
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_X_SPEED
.2byte ITEM_X_ATTACK
2019-04-13 13:14:45 +02:00
.2byte ITEM_X_DEFENSE
2017-11-10 02:21:31 +01:00
.2byte ITEM_GUARD_SPEC
.2byte ITEM_DIRE_HIT
.2byte ITEM_X_ACCURACY
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_EventScript_ExpertM::
2019-11-03 18:53:51 +01:00
msgbox MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_EventScript_Man::
2019-11-03 18:53:51 +01:00
msgbox MauvilleCity_Mart_Text_DecisionsDetermineBattle, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats:
2017-11-10 02:21:31 +01:00
.string "There are items that temporarily\n"
.string "elevate the stats of POKéMON.\p"
.string "The ones I know you use in battle\n"
.string "are X ATTACK and X DEFEND…\p"
.string "I do believe that there are others\n"
.string "like them.$"
2021-07-20 21:18:31 +02:00
MauvilleCity_Mart_Text_DecisionsDetermineBattle:
2017-11-10 02:21:31 +01:00
.string "Use a certain move, or use an item\n"
.string "instead…\p"
2018-12-07 16:41:08 +01:00
.string "The TRAINER's decisions determine how\n"
2017-11-10 02:21:31 +01:00
.string "battles turn out, I think.$"