blob: 38f863f13244ed7416fcdb0b1205e31293e86371 (
plain)
1
2
3
4
5
6
7
8
|
CeladonMartRoof_h::
db LOBBY ; tileset
db CELADON_MART_ROOF_HEIGHT, CELADON_MART_ROOF_WIDTH ; dimensions (y, x)
dw CeladonMartRoof_Blocks ; blocks
dw CeladonMartRoof_TextPointers ; texts
dw CeladonMartRoof_Script ; scripts
db 0 ; connections
dw CeladonMartRoof_Object ; objects
|