blob: f3389579fe078b31d7daa89c0a0aece54d9d1917 (
plain)
1
2
3
4
5
6
|
Agatha_h:
db CEMETERY ; tileset
db AGATHAS_ROOM_HEIGHT, AGATHAS_ROOM_WIDTH ; dimensions (y, x)
dw AgathaBlocks, AgathaTextPointers, AgathaScript ; blocks, texts, scripts
db $00 ; connections
dw AgathaObject ; objects
|