mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Pull map headers out of main.asm
This commit is contained in:
parent
e1a931df6a
commit
4e4e72d02a
225 changed files with 1649 additions and 1426 deletions
6
data/mapHeaders/rocktunnel2.asm
Executable file
6
data/mapHeaders/rocktunnel2.asm
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue