blob: 82efe164c302b1eefd4e081da8a262d6bb8c90ff (
plain)
1
2
3
4
5
6
|
Lorelei_h:
db GYM ; tileset
db LORELEIS_ROOM_HEIGHT, LORELEIS_ROOM_WIDTH ; dimensions (y, x)
dw LoreleiBlocks, LoreleiTextPointers, LoreleiScript ; blocks, texts, scripts
db 0 ; connections
dw LoreleiObject ; objects
|