mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
7 lines
220 B
NASM
Executable file
7 lines
220 B
NASM
Executable file
Agatha_h:
|
|
db CEMETERY ; tileset
|
|
db AGATHAS_ROOM_HEIGHT, AGATHAS_ROOM_WIDTH ; dimensions (y, x)
|
|
dw AgathaBlocks, AgathaTextPointers, AgathaScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw AgathaObject ; objects
|