blob: 51e968fab1d74a72f3e2bcf98b6bb1a6d6b68fe9 (
plain)
1
2
3
4
5
6
7
8
|
CeladonMart1F_h:
db LOBBY ; tileset
db CELADON_MART_1F_HEIGHT, CELADON_MART_1F_WIDTH ; dimensions (y, x)
dw CeladonMart1F_Blocks ; blocks
dw CeladonMart1F_TextPointers ; texts
dw CeladonMart1F_Script ; scripts
db 0 ; connections
dw CeladonMart1F_Object ; objects
|