blob: 3c5674a74443639a04c99e3bdee4ea9bb603a0a5 (
plain)
1
2
3
4
5
6
|
CeladonGameCorner_h:
db LOBBY ; tileset
db GAME_CORNER_HEIGHT, GAME_CORNER_WIDTH ; dimensions (y, x)
dw CeladonGameCornerBlocks, CeladonGameCornerTextPointers, CeladonGameCornerScript ; blocks, texts, scripts
db $00 ; connections
dw CeladonGameCornerObject ; objects
|