From 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 17 May 2014 17:18:23 -0400 Subject: Pull map headers out of main.asm --- data/mapHeaders/mtmoon2.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 data/mapHeaders/mtmoon2.asm (limited to 'data/mapHeaders/mtmoon2.asm') diff --git a/data/mapHeaders/mtmoon2.asm b/data/mapHeaders/mtmoon2.asm new file mode 100755 index 00000000..5e53bc20 --- /dev/null +++ b/data/mapHeaders/mtmoon2.asm @@ -0,0 +1,6 @@ +MtMoon2_h: ; 0x51a36 to 0x51a42 (12 bytes) (id=60) + db CAVERN ; tileset + db MT_MOON_2_HEIGHT, MT_MOON_2_WIDTH ; dimensions (y, x) + dw MtMoon2Blocks, MtMoon2TextPointers, MtMoon2Script ; blocks, texts, scripts + db $00 ; connections + dw MtMoon2Object ; objects -- cgit v1.2.3