mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
9 lines
303 B
NASM
Executable file
9 lines
303 B
NASM
Executable file
FuchsiaMeetingRoom_h:
|
|
db LAB ; tileset
|
|
db FUCHSIA_MEETING_ROOM_HEIGHT, FUCHSIA_MEETING_ROOM_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaMeetingRoom_Blocks ; blocks
|
|
dw FuchsiaMeetingRoom_TextPointers ; texts
|
|
dw FuchsiaMeetingRoom_Script ; scripts
|
|
db 0 ; connections
|
|
dw FuchsiaMeetingRoom_Object ; objects
|