mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-18 02:43:48 -05:00
38 lines
926 B
PHP
38 lines
926 B
PHP
CeladonCity_DepartmentStore_4F_MapScripts::
|
|
.byte 0
|
|
|
|
CeladonCity_DepartmentStore_4F_EventScript_Man::
|
|
msgbox CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_4F_EventScript_Youngster::
|
|
msgbox CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_4F_EventScript_FloorSign::
|
|
msgbox CeladonCity_DepartmentStore_4F_Text_FloorSign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_DepartmentStore_4F_EventScript_Clerk::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart CeladonCity_DepartmentStore_4F_Items
|
|
msgbox Text_PleaseComeAgain
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
CeladonCity_DepartmentStore_4F_Items::
|
|
.2byte ITEM_POKE_DOLL
|
|
.2byte ITEM_RETRO_MAIL
|
|
.2byte ITEM_FIRE_STONE
|
|
.2byte ITEM_THUNDER_STONE
|
|
.2byte ITEM_WATER_STONE
|
|
.2byte ITEM_LEAF_STONE
|
|
.2byte ITEM_NONE
|
|
release
|
|
end
|