mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
9 lines
259 B
NASM
Executable file
9 lines
259 B
NASM
Executable file
LoreleisRoom_h:
|
|
db GYM ; tileset
|
|
db LORELEIS_ROOM_HEIGHT, LORELEIS_ROOM_WIDTH ; dimensions (y, x)
|
|
dw LoreleisRoom_Blocks ; blocks
|
|
dw LoreleisRoom_TextPointers ; texts
|
|
dw LoreleisRoom_Script ; scripts
|
|
db 0 ; connections
|
|
dw LoreleisRoom_Object ; objects
|