import from github
This commit is contained in:
35
data/maps/MauvilleCity_Mart/scripts.inc
Normal file
35
data/maps/MauvilleCity_Mart/scripts.inc
Normal file
@ -0,0 +1,35 @@
|
||||
MauvilleCity_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
MauvilleCity_Mart_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
waitmessage
|
||||
pokemart 0
|
||||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_EventScript_ExpertM::
|
||||
msgbox MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_EventScript_Man::
|
||||
msgbox MauvilleCity_Mart_Text_DecisionsDetermineBattle, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_Mart_Text_ItemsToTemporarilyElevateStats:
|
||||
.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.$"
|
||||
|
||||
MauvilleCity_Mart_Text_DecisionsDetermineBattle:
|
||||
.string "Use a certain move, or use an item\n"
|
||||
.string "instead…\p"
|
||||
.string "The TRAINER's decisions determine how\n"
|
||||
.string "battles turn out, I think.$"
|
||||
|
Reference in New Issue
Block a user