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
Lab2_h:
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_2_HEIGHT, CINNABAR_LAB_2_WIDTH ; dimensions (y, x)
|
|
dw Lab2Blocks, Lab2TextPointers, Lab2Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw Lab2Object ; objects
|