import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

View File

@ -0,0 +1,41 @@
FortreeCity_Mart_MapScripts::
.byte 0
FortreeCity_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart 0
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
FortreeCity_Mart_EventScript_Woman::
msgbox FortreeCity_Mart_Text_SuperRepelBetter, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Girl::
msgbox FortreeCity_Mart_Text_StockUpOnItems, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Boy::
msgbox FortreeCity_Mart_Text_RareCandyMakesMonGrow, MSGBOX_NPC
end
FortreeCity_Mart_Text_SuperRepelBetter:
.string "SUPER REPEL lasts a long time,\n"
.string "and it gets the job done.\p"
.string "It's much better than an ordinary\n"
.string "REPEL.$"
FortreeCity_Mart_Text_StockUpOnItems:
.string "I always stock up on more items than\n"
.string "I'm sure I'll need.\p"
.string "You never know what might happen.\n"
.string "Better to be safe than sorry!$"
FortreeCity_Mart_Text_RareCandyMakesMonGrow:
.string "A RARE CANDY makes a POKéMON grow\n"
.string "immediately by one level.$"