mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45: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/mtmoon3.asm
Executable file
6
data/mapHeaders/mtmoon3.asm
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
MtMoon3_h: ; 0x49cff to 0x49d0b (12 bytes) (id=61)
|
||||
db CAVERN ; tileset
|
||||
db MT_MOON_3_HEIGHT, MT_MOON_3_WIDTH ; dimensions (y, x)
|
||||
dw MtMoon3Blocks, MtMoon3TextPointers, MtMoon3Script ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw MtMoon3Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue