mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
7 lines
243 B
NASM
Executable file
7 lines
243 B
NASM
Executable file
FuchsiaMart_h:
|
|
db MART ; tileset
|
|
db FUCHSIA_MART_HEIGHT, FUCHSIA_MART_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaMartBlocks, FuchsiaMartTextPointers, FuchsiaMartScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw FuchsiaMartObject ; objects
|