blob: d9a1ae7553777f25ea5b89ed9b2ce9003de95adf (
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 0 ; connections
dw LanceObject ; objects
|