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/celadongym.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 data/mapHeaders/celadongym.asm (limited to 'data/mapHeaders/celadongym.asm') diff --git a/data/mapHeaders/celadongym.asm b/data/mapHeaders/celadongym.asm new file mode 100755 index 00000000..b54aa76c --- /dev/null +++ b/data/mapHeaders/celadongym.asm @@ -0,0 +1,6 @@ +CeladonGym_h: ; 0x488fe to 0x4890a (12 bytes) (bank=12) (id=134) + db GYM ; tileset + db CELADON_GYM_HEIGHT, CELADON_GYM_WIDTH ; dimensions (y, x) + dw CeladonGymBlocks, CeladonGymTextPointers, CeladonGymScript ; blocks, texts, scripts + db $00 ; connections + dw CeladonGymObject ; objects -- cgit v1.3.1-sl0p