mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
245 B
NASM
Executable file
7 lines
245 B
NASM
Executable file
RockTunnel1_h:
|
|
db CAVERN ; tileset
|
|
db ROCK_TUNNEL_1_HEIGHT, ROCK_TUNNEL_1_WIDTH ; dimensions (y, x)
|
|
dw RockTunnel1Blocks, RockTunnel1TextPointers, RockTunnel1Script ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw RockTunnel1Object ; objects
|