mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +13:00
6 lines
245 B
NASM
Executable file
6 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
|