mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
7 lines
294 B
NASM
Executable file
7 lines
294 B
NASM
Executable file
UndergroundPathNS_h:
|
|
db UNDERGROUND ; tileset
|
|
db UNDERGROUND_PATH_NS_HEIGHT, UNDERGROUND_PATH_NS_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathNSBlocks, UndergroundPathNSTextPointers, UndergroundPathNSScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw UndergroundPathNSObject ; objects
|