mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 15:27:58 +13:00
9 lines
260 B
NASM
Executable file
9 lines
260 B
NASM
Executable file
CeruleanMart_h:
|
|
db MART ; tileset
|
|
db CERULEAN_MART_HEIGHT, CERULEAN_MART_WIDTH ; dimensions (y, x)
|
|
dw CeruleanMart_Blocks ; blocks
|
|
dw CeruleanMart_TextPointers ; texts
|
|
dw CeruleanMart_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeruleanMart_Object ; objects
|