mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 15:27:58 +13:00
9 lines
253 B
NASM
Executable file
9 lines
253 B
NASM
Executable file
SaffronMart_h:
|
|
db MART ; tileset
|
|
db SAFFRON_MART_HEIGHT, SAFFRON_MART_WIDTH ; dimensions (y, x)
|
|
dw SaffronMart_Blocks ; blocks
|
|
dw SaffronMart_TextPointers ; texts
|
|
dw SaffronMart_Script ; scripts
|
|
db 0 ; connections
|
|
dw SaffronMart_Object ; objects
|