mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-20 09:48:03 -05:00
7 lines
211 B
NASM
Executable File
7 lines
211 B
NASM
Executable File
Lab4_h:
|
|
db LAB ; tileset
|
|
db CINNABAR_LAB_4_HEIGHT, CINNABAR_LAB_4_WIDTH ; dimensions (y, x)
|
|
dw Lab4Blocks, Lab4TextPointers, Lab4Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Lab4Object ; objects
|