mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-26 13:12:18 -05:00
9 lines
225 B
NASM
Executable File
9 lines
225 B
NASM
Executable File
OaksLab_h:
|
|
db DOJO ; tileset
|
|
db OAKS_LAB_HEIGHT, OAKS_LAB_WIDTH ; dimensions (y, x)
|
|
dw OaksLab_Blocks ; blocks
|
|
dw OaksLab_TextPointers ; texts
|
|
dw OaksLab_Script ; scripts
|
|
db 0 ; connections
|
|
dw OaksLab_Object ; objects
|