mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-17 00:16:59 -05: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
|