mirror of
https://github.com/pret/pokered.git
synced 2026-05-31 23:42:24 -05:00
9 lines
247 B
NASM
Executable File
9 lines
247 B
NASM
Executable File
BluesHouse_h:
|
|
db HOUSE ; tileset
|
|
db BLUES_HOUSE_HEIGHT, BLUES_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw BluesHouse_Blocks ; blocks
|
|
dw BluesHouse_TextPointers ; texts
|
|
dw BluesHouse_Script ; scripts
|
|
db 0 ; connections
|
|
dw BluesHouse_Object ; objects
|