mirror of
https://github.com/pret/pokered.git
synced 2026-05-25 04:37:25 -05: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
|