pokeemerald-expansion/data/maps/CeladonCity_DepartmentStore_5F_Frlg/scripts.inc
Bassoonian 310f746565
Some checks are pending
CI / build (push) Waiting to run
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Fix space indentation in .s and .inc files (#9371)
2026-02-27 12:45:00 -08:00

84 lines
2.0 KiB
PHP

CeladonCity_DepartmentStore_5F_Frlg_MapScripts::
.byte 0
CeladonCity_DepartmentStore_5F_EventScript_Gentleman::
msgbox CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers, MSGBOX_NPC
end
CeladonCity_DepartmentStore_5F_EventScript_Sailor::
msgbox CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers, MSGBOX_NPC
end
CeladonCity_DepartmentStore_5F_EventScript_FloorSign::
msgbox CeladonCity_DepartmentStore_5F_Text_Drugstore, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_5F_EventScript_ClerkXItems::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart CeladonCity_DepartmentStore_5F_XItems
msgbox gText_PleaseComeAgain
release
end
.align 2
CeladonCity_DepartmentStore_5F_XItems::
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFEND
.2byte ITEM_X_SPEED
.2byte ITEM_X_SPECIAL
.2byte ITEM_X_ACCURACY
.2byte ITEM_GUARD_SPEC
.2byte ITEM_DIRE_HIT
.2byte ITEM_NONE
release
end
CeladonCity_DepartmentStore_5F_EventScript_ClerkVitamins::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart CeladonCity_DepartmentStore_5F_Vitamins
msgbox gText_PleaseComeAgain
release
end
.align 2
CeladonCity_DepartmentStore_5F_Vitamins::
.2byte ITEM_HP_UP
.2byte ITEM_PROTEIN
.2byte ITEM_IRON
.2byte ITEM_CALCIUM
.2byte ITEM_ZINC
.2byte ITEM_CARBOS
.2byte ITEM_NONE
release
end
CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers::
.string "POKéMON stat enhancers can be\n"
.string "bought only here.\p"
.string "HP UP increases the base HP of a\n"
.string "POKéMON.\p"
.string "CALCIUM raises the base SP. ATK\n"
.string "stat of one POKéMON.\p"
.string "ZINC boosts the base SP. DEF stat\n"
.string "of one POKéMON.\p"
.string "CARBOS enhances the base SPEED\n"
.string "stat.$"
CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers::
.string "I'm here for POKéMON stat\n"
.string "enhancers.\p"
.string "PROTEIN increases the base ATTACK\n"
.string "power.\p"
.string "IRON increases the base DEFENSE\n"
.string "stat.$"
CeladonCity_DepartmentStore_5F_Text_Drugstore::
.string "5F: DRUGSTORE$"