mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 13:23:14 -04:00
60 lines
1.3 KiB
PHP
60 lines
1.3 KiB
PHP
BattleFrontier_Mart_MapScripts::
|
|
.byte 0
|
|
|
|
BattleFrontier_Mart_EventScript_Clerk::
|
|
lock
|
|
faceplayer
|
|
message gText_HowMayIServeYou
|
|
waitmessage
|
|
pokemart BattleFrontier_Mart_Pokemart
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
BattleFrontier_Mart_Pokemart:
|
|
.2byte ITEM_ULTRA_BALL
|
|
.2byte ITEM_HYPER_POTION
|
|
.2byte ITEM_MAX_POTION
|
|
.2byte ITEM_FULL_RESTORE
|
|
.2byte ITEM_FULL_HEAL
|
|
.2byte ITEM_REVIVE
|
|
.2byte ITEM_MAX_REPEL
|
|
.2byte ITEM_PROTEIN
|
|
.2byte ITEM_CALCIUM
|
|
.2byte ITEM_IRON
|
|
.2byte ITEM_ZINC
|
|
.2byte ITEM_CARBOS
|
|
.2byte ITEM_HP_UP
|
|
pokemartlistend
|
|
|
|
BattleFrontier_Mart_EventScript_OldMan::
|
|
msgbox BattleFrontier_Mart_Text_ChaperonGrandson, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_Mart_EventScript_OldWoman::
|
|
lock
|
|
applymovement LOCALID_FRONTIER_MART_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
|
|
|
|
.ifdef FRENCH
|
|
.include "data/maps/BattleFrontier_Mart/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/BattleFrontier_Mart/text_it.inc"
|
|
.else
|
|
.ifdef SPANISH
|
|
.include "data/maps/BattleFrontier_Mart/text_es.inc"
|
|
.else
|
|
.include "data/maps/BattleFrontier_Mart/text.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|