diff options
Diffstat (limited to 'data/mapHeaders/rocktunnel2.asm')
-rwxr-xr-x | data/mapHeaders/rocktunnel2.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/rocktunnel2.asm b/data/mapHeaders/rocktunnel2.asm new file mode 100755 index 00000000..ec43cddc --- /dev/null +++ b/data/mapHeaders/rocktunnel2.asm @@ -0,0 +1,6 @@ +RockTunnel2_h: ; 0x45fdf to 0x45feb (12 bytes) (bank=11) (id=232) + db CAVERN ; tileset + db ROCK_TUNNEL_2_HEIGHT, ROCK_TUNNEL_2_WIDTH ; dimensions (y, x) + dw RockTunnel2Blocks, RockTunnel2TextPointers, RockTunnel2Script ; blocks, texts, scripts + db $00 ; connections + dw RockTunnel2Object ; objects |