blob: 7710640547ed136feb61a23363a1ae51a205409a (
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
|