mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-24 03:51:34 -05:00
7 lines
211 B
NASM
Executable File
7 lines
211 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 $00 ; connections
|
|
dw Lab1Object ; objects
|