mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
7 lines
292 B
NASM
Executable file
7 lines
292 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 0 ; connections
|
|
dw UndergroundPathNSObject ; objects
|