mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-21 04:18:08 -05:00
62 lines
1.4 KiB
PHP
62 lines
1.4 KiB
PHP
CeladonCity_DepartmentStore_5F_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::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart CeladonCity_DepartmentStore_5F_XItems
|
|
msgbox Text_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::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart CeladonCity_DepartmentStore_5F_Vitamins
|
|
msgbox Text_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
|