mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-19 11:32:28 +13:00
7 lines
211 B
NASM
Executable file
7 lines
211 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 $00 ; connections
|
|
dw Lab2Object ; objects
|