mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 16:50:01 -05:00
64 lines
1.4 KiB
PHP
64 lines
1.4 KiB
PHP
CeladonCity_DepartmentStore_2F_MapScripts::
|
|
.byte 0
|
|
|
|
CeladonCity_DepartmentStore_2F_EventScript_UnusedNPC::
|
|
msgbox CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_2F_EventScript_Lass::
|
|
msgbox CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_2F_EventScript_FloorSign::
|
|
msgbox CeladonCity_DepartmentStore_2F_Text_FloorSign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_2F_EventScript_ClerkItems::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart CeladonCity_DepartmentStore_2F_Items
|
|
msgbox Text_PleaseComeAgain
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
CeladonCity_DepartmentStore_2F_Items::
|
|
.2byte ITEM_GREAT_BALL
|
|
.2byte ITEM_SUPER_POTION
|
|
.2byte ITEM_REVIVE
|
|
.2byte ITEM_ANTIDOTE
|
|
.2byte ITEM_PARALYZE_HEAL
|
|
.2byte ITEM_AWAKENING
|
|
.2byte ITEM_BURN_HEAL
|
|
.2byte ITEM_ICE_HEAL
|
|
.2byte ITEM_SUPER_REPEL
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart CeladonCity_DepartmentStore_2F_TMs
|
|
msgbox Text_PleaseComeAgain
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
CeladonCity_DepartmentStore_2F_TMs::
|
|
.2byte ITEM_TM05
|
|
.2byte ITEM_TM15
|
|
.2byte ITEM_TM28
|
|
.2byte ITEM_TM31
|
|
.2byte ITEM_TM43
|
|
.2byte ITEM_TM45
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|