mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-19 17:28:01 -05:00
7 lines
211 B
NASM
Executable File
7 lines
211 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 $00 ; connections
|
|
dw Lab3Object ; objects
|