mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00
7 lines
222 B
NASM
Executable file
7 lines
222 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 $00 ; connections
|
|
dw AgathaObject ; objects
|