pokeemerald/data/scripts/check_furniture.inc

28 lines
499 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
EventScript_PictureBookShelf::
2019-10-05 16:52:48 +02:00
msgbox Text_PictureBookShelf, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_BookShelf::
2019-10-05 16:52:48 +02:00
msgbox Text_BookShelf, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_PokemonCenterBookShelf::
2019-10-05 16:52:48 +02:00
msgbox Text_PokemonCenterBookShelf, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_Vase::
2019-10-05 16:52:48 +02:00
msgbox Text_Vase, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_EmptyTrashCan::
2019-10-05 16:52:48 +02:00
msgbox Text_EmptyTrashCan, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_ShopShelf::
2019-10-05 16:52:48 +02:00
msgbox Text_ShopShelf, MSGBOX_SIGN
end
2021-07-20 21:18:31 +02:00
EventScript_Blueprint::
2019-10-05 16:52:48 +02:00
msgbox Text_Blueprint, MSGBOX_SIGN
end