diff options
Diffstat (limited to 'data/mapHeaders/rocktunnel1.asm')
-rwxr-xr-x | data/mapHeaders/rocktunnel1.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/rocktunnel1.asm b/data/mapHeaders/rocktunnel1.asm new file mode 100755 index 00000000..cc734b28 --- /dev/null +++ b/data/mapHeaders/rocktunnel1.asm @@ -0,0 +1,6 @@ +RockTunnel1_h: ; 0x444d0 to 0x444dc (12 bytes) (bank=11) (id=82) + db CAVERN ; tileset + db ROCK_TUNNEL_1_HEIGHT, ROCK_TUNNEL_1_WIDTH ; dimensions (y, x) + dw RockTunnel1Blocks, RockTunnel1TextPointers, RockTunnel1Script ; blocks, texts, scripts + db $00 ; connections + dw RockTunnel1Object ; objects |