mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 05:56:24 +13:00
7 lines
351 B
NASM
Executable file
7 lines
351 B
NASM
Executable file
UndergroundPathEntranceRoute5_h:
|
|
db GATE ; tileset
|
|
db PATH_ENTRANCE_ROUTE_5_HEIGHT, PATH_ENTRANCE_ROUTE_5_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathEntranceRoute5Blocks, UndergroundPathEntranceRoute5TextPointers, UndergroundPathEntranceRoute5Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw UndergroundPathEntranceRoute5Object ; objects
|