mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
209 B
NASM
Executable file
7 lines
209 B
NASM
Executable file
Lab1_h:
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_1_HEIGHT, CINNABAR_LAB_1_WIDTH ; dimensions (y, x)
|
|
dw Lab1Blocks, Lab1TextPointers, Lab1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Lab1Object ; objects
|