mirror of
https://github.com/pret/pokefirered.git
synced 2026-06-01 05:29:54 -05:00
62 lines
1.4 KiB
PHP
62 lines
1.4 KiB
PHP
CeladonCity_DepartmentStore_5F_MapScripts:: @ 816BC40
|
|
.byte 0
|
|
|
|
CeladonCity_DepartmentStore_5F_EventScript_Gentleman:: @ 816BC41
|
|
msgbox CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_5F_EventScript_Sailor:: @ 816BC4A
|
|
msgbox CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_5F_EventScript_FloorSign:: @ 816BC53
|
|
msgbox CeladonCity_DepartmentStore_5F_Text_Drugstore, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_5F_EventScript_ClerkXItems:: @ 816BC5C
|
|
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:: @ 816BC84
|
|
.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:: @ 816BC96
|
|
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:: @ 816BCBC
|
|
.2byte ITEM_HP_UP
|
|
.2byte ITEM_PROTEIN
|
|
.2byte ITEM_IRON
|
|
.2byte ITEM_CALCIUM
|
|
.2byte ITEM_ZINC
|
|
.2byte ITEM_CARBOS
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|