blob: 0d28464f855afe05f90a9397d0574559277398e0 (
plain)
1
2
3
4
5
6
|
CeladonMart5_h:
db LOBBY ; tileset
db CELADON_MART_5_HEIGHT, CELADON_MART_5_WIDTH ; dimensions (y, x)
dw CeladonMart5Blocks, CeladonMart5TextPointers, CeladonMart5Script ; blocks, texts, scripts
db $00 ; connections
dw CeladonMart5Object ; objects
|