blob: 13b2a3432a35692f8fa7a2b409ad241d9b651fba (
plain)
1
2
3
4
5
6
|
Lance_h:
db DOJO ; tileset
db LANCES_ROOM_HEIGHT, LANCES_ROOM_WIDTH ; dimensions (y, x)
dw LanceBlocks, LanceTextPointers, LanceScript ; blocks, texts, scripts
db $00 ; connections
dw LanceObject ; objects
|