blob: ba021bea64a1e78e4f429eda6df0232a55f5d825 (
plain)
1
2
3
4
5
6
|
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
|