mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05: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
|