blob: 2bdd384ff2b781b4705c6232b9420b32e174fd15 (
plain)
1
2
3
4
5
6
7
8
|
CeladonMart3F_h::
db LOBBY ; tileset
db CELADON_MART_3F_HEIGHT, CELADON_MART_3F_WIDTH ; dimensions (y, x)
dw CeladonMart3F_Blocks ; blocks
dw CeladonMart3F_TextPointers ; texts
dw CeladonMart3F_Script ; scripts
db 0 ; connections
dw CeladonMart3F_Object ; objects
|