blob: 66df09e0201819e2b6f4575c9305d3de1ca6227b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
EventScript_PictureBookshelf:: @ 81A085B
msgbox Text_PictureBookshelf, MSGBOX_SIGN
end
EventScript_Bookshelf:: @ 81A0864
msgbox Text_Bookshelf, MSGBOX_SIGN
end
EventScript_PokemonCenterBookshelf:: @ 81A086D
msgbox Text_PokemonCenterBookshelf, MSGBOX_SIGN
end
EventScript_Vase:: @ 81A0876
msgbox Text_Vase, MSGBOX_SIGN
end
EventScript_EmptyTrashCan:: @ 81A087F
msgbox Text_EmptyTrashCan, MSGBOX_SIGN
end
EventScript_ShopShelf:: @ 81A0888
msgbox Text_ShopShelf, MSGBOX_SIGN
end
EventScript_Blueprint:: @ 81A0891
msgbox Text_Blueprint, MSGBOX_SIGN
end
|