mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00
7 lines
215 B
NASM
Executable file
7 lines
215 B
NASM
Executable file
OaksLab_h:
|
|
db DOJO ; tileset
|
|
db OAKS_LAB_HEIGHT, OAKS_LAB_WIDTH ; dimensions (y, x)
|
|
dw OaksLabBlocks, OaksLabTextPointers, OaksLabScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw OaksLabObject ; objects
|