2022-05-19 19:14:13 +02:00
|
|
|
.set LOCALID_OLD_WOMAN, 2
|
|
|
|
|
|
|
|
BattleFrontier_Mart_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
BattleFrontier_Mart_EventScript_Clerk::
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
message gText_HowMayIServeYou
|
|
|
|
waitmessage
|
|
|
|
pokemart 0
|
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_Mart_EventScript_OldMan::
|
|
|
|
msgbox BattleFrontier_Mart_Text_ChaperonGrandson, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_Mart_EventScript_OldWoman::
|
|
|
|
lock
|
|
|
|
applymovement LOCALID_OLD_WOMAN, Common_Movement_FaceDown
|
|
|
|
waitmovement 0
|
|
|
|
msgbox BattleFrontier_Mart_Text_ProteinMakeNiceGift, MSGBOX_DEFAULT
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_Mart_EventScript_Boy::
|
|
|
|
msgbox BattleFrontier_Mart_Text_FacilitiesDontAllowItems, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_Mart_Text_ChaperonGrandson:
|
|
|
|
.string "We came here to chaperon our\n"
|
|
|
|
.string "grandson.\p"
|
|
|
|
.string "But since we're here, we thought\n"
|
|
|
|
.string "we should get some souvenirs.$"
|
|
|
|
|
|
|
|
BattleFrontier_Mart_Text_ProteinMakeNiceGift:
|
|
|
|
.string "Dear, what do you think of this?\n"
|
|
|
|
.string "Wouldn't this make a nice gift?\p"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "It's…Pro…Te…In?\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "It sounds delicious, doesn't it?$"
|
|
|
|
|
|
|
|
BattleFrontier_Mart_Text_FacilitiesDontAllowItems:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "A lot of the Battle Frontier's\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "facilities don't allow the use of items\l"
|
|
|
|
.string "during battles.\p"
|
|
|
|
.string "That rule makes things tougher than\n"
|
|
|
|
.string "they already are!$"
|
|
|
|
|