blob: ff39a08ccc0d49accb3a8effc736cf5b49d6b30b (
plain)
1
2
3
4
5
6
7
8
|
CeladonMart2F_h::
db LOBBY ; tileset
db CELADON_MART_2F_HEIGHT, CELADON_MART_2F_WIDTH ; dimensions (y, x)
dw CeladonMart2F_Blocks ; blocks
dw CeladonMart2F_TextPointers ; texts
dw CeladonMart2F_Script ; scripts
db 0 ; connections
dw CeladonMart2F_Object ; objects
|