mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00
7 lines
351 B
NASM
Executable file
7 lines
351 B
NASM
Executable file
UndergroundPathEntranceRoute8_h:
|
|
db GATE ; tileset
|
|
db PATH_ENTRANCE_ROUTE_8_HEIGHT, PATH_ENTRANCE_ROUTE_8_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathEntranceRoute8Blocks, UndergroundPathEntranceRoute8TextPointers, UndergroundPathEntranceRoute8Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw UndergroundPathEntranceRoute8Object ; objects
|