mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
7 lines
209 B
NASM
Executable file
7 lines
209 B
NASM
Executable file
Lab4_h:
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_4_HEIGHT, CINNABAR_LAB_4_WIDTH ; dimensions (y, x)
|
|
dw Lab4Blocks, Lab4TextPointers, Lab4Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Lab4Object ; objects
|