blob: a742570b78463f647783a80fd44c1b087e565627 (
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
|