mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 14:57:57 +13:00
9 lines
347 B
NASM
Executable file
9 lines
347 B
NASM
Executable file
UndergroundPathRoute7Copy_h:
|
|
db GATE ; tileset
|
|
db UNDERGROUND_PATH_ROUTE_7_HEIGHT, UNDERGROUND_PATH_ROUTE_7_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathRoute7Copy_Blocks ; blocks
|
|
dw UndergroundPathRoute7Copy_TextPointers ; texts
|
|
dw UndergroundPathRoute7Copy_Script ; scripts
|
|
db 0 ; connections
|
|
dw UndergroundPathRoute7Copy_Object ; objects
|