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
Lab3_h:
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_3_HEIGHT, CINNABAR_LAB_3_WIDTH ; dimensions (y, x)
|
|
dw Lab3Blocks, Lab3TextPointers, Lab3Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Lab3Object ; objects
|