blob: d03bde7a73a79f9a96d2b329ba434b7cf39852f6 (
plain)
1
2
3
4
5
6
7
8
|
CeladonMart4F_h::
db LOBBY ; tileset
db CELADON_MART_4F_HEIGHT, CELADON_MART_4F_WIDTH ; dimensions (y, x)
dw CeladonMart4F_Blocks ; blocks
dw CeladonMart4F_TextPointers ; texts
dw CeladonMart4F_Script ; scripts
db 0 ; connections
dw CeladonMart4F_Object ; objects
|