From 411335983e2d5be7dfebd802bbe57ec715c30461 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 11 Mar 2015 21:21:03 -0700 Subject: [PATCH] Unused palette maps? --- tilesets/palette_maps.asm | 9 ++++++--- tilesets/unused_palette_map_1.bin | Bin 0 -> 112 bytes tilesets/unused_palette_map_2.bin | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 tilesets/unused_palette_map_1.bin create mode 100644 tilesets/unused_palette_map_2.bin diff --git a/tilesets/palette_maps.asm b/tilesets/palette_maps.asm index 9f2f76676..fc5867aad 100644 --- a/tilesets/palette_maps.asm +++ b/tilesets/palette_maps.asm @@ -105,7 +105,9 @@ Tileset20PalMap: ; 0x4caf5 INCBIN "tilesets/20_palette_map.bin" ; 0x4cb65 -INCBIN "baserom.gbc", $4cb65, $4cbd5 - $4cb65 +UnusedPalMap1: +INCBIN "tilesets/unused_palette_map_1.bin" +; 4cbd5 Tileset29PalMap: ; 0x4cbd5 INCBIN "tilesets/29_palette_map.bin" @@ -127,5 +129,6 @@ Tileset04PalMap: ; 0x4cd95 INCBIN "tilesets/04_palette_map.bin" ; 0x4ce05 -INCBIN "baserom.gbc", $4ce05, $4ce1f - $4ce05 - +UnusedPalMap2: +INCBIN "tilesets/unused_palette_map_2.bin" +; 4ce1f diff --git a/tilesets/unused_palette_map_1.bin b/tilesets/unused_palette_map_1.bin new file mode 100644 index 0000000000000000000000000000000000000000..04cb3ff2d026e4b9ec5df1fc71f1400211a98001 GIT binary patch literal 112 zcmWf3Q49)Y00JPL3Zg>;Qo};i($au5TUZ)M1Vjje7$EQ;4a`2X^48rBAOO;DLG;}l YZ|~iG_wF5#?z{I6BmyF4f*2qG0DJp5I{*Lx literal 0 HcmV?d00001 diff --git a/tilesets/unused_palette_map_2.bin b/tilesets/unused_palette_map_2.bin new file mode 100644 index 000000000..aba1b3cbf --- /dev/null +++ b/tilesets/unused_palette_map_2.bin @@ -0,0 +1 @@ + \ No newline at end of file