mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
9 lines
237 B
NASM
Executable file
9 lines
237 B
NASM
Executable file
Colosseum_h:
|
|
db CLUB ; tileset
|
|
db COLOSSEUM_HEIGHT, COLOSSEUM_WIDTH ; dimensions (y, x)
|
|
dw Colosseum_Blocks ; blocks
|
|
dw Colosseum_TextPointers ; texts
|
|
dw Colosseum_Script ; scripts
|
|
db 0 ; connections
|
|
dw Colosseum_Object ; objects
|