mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00
9 lines
265 B
NASM
Executable file
9 lines
265 B
NASM
Executable file
RedsHouse2F_h:
|
|
db REDS_HOUSE_2 ; tileset
|
|
db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions (y, x)
|
|
dw RedsHouse2F_Blocks ; blocks
|
|
dw RedsHouse2F_TextPointers ; texts
|
|
dw RedsHouse2F_Script ; scripts
|
|
db $00 ; connections
|
|
dw RedsHouse2F_Object ; objects
|