blob: 50d171bc8125c8c1122cd9bdfe7307d91a1d4d9a (
plain)
1
2
3
4
5
6
|
CeladonMart1_h:
db LOBBY ; tileset
db CELADON_MART_1_HEIGHT, CELADON_MART_1_WIDTH ; dimensions (y, x)
dw CeladonMart1Blocks, CeladonMart1TextPointers, CeladonMart1Script ; blocks, texts, scripts
db $00 ; connections
dw CeladonMart1Object ; objects
|