mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
7 lines
242 B
NASM
Executable file
7 lines
242 B
NASM
Executable file
NameRater_h:
|
|
db HOUSE ; tileset
|
|
db NAME_RATERS_HOUSE_HEIGHT, NAME_RATERS_HOUSE_WIDTH ; dimensions (y, x)
|
|
dw NameRaterBlocks, NameRaterTextPointers, NameRaterScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw NameRaterObject ; objects
|