From 6bcb1f6dd4c578233702df10791f53c1b52193e3 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 19 Sep 2020 14:55:43 -0400 Subject: Separate two unknown graphics in bank 6C --- gfx/unknown/unknown_6c_4000.png | Bin 1047 -> 261 bytes gfx/unknown/unknown_6c_7000.png | Bin 0 -> 571 bytes source/bank_6c.asm | 5 +++++ 3 files changed, 5 insertions(+) create mode 100644 gfx/unknown/unknown_6c_7000.png diff --git a/gfx/unknown/unknown_6c_4000.png b/gfx/unknown/unknown_6c_4000.png index ce7a5db..3076550 100644 Binary files a/gfx/unknown/unknown_6c_4000.png and b/gfx/unknown/unknown_6c_4000.png differ diff --git a/gfx/unknown/unknown_6c_7000.png b/gfx/unknown/unknown_6c_7000.png new file mode 100644 index 0000000..28e7843 Binary files /dev/null and b/gfx/unknown/unknown_6c_7000.png differ diff --git a/source/bank_6c.asm b/source/bank_6c.asm index e1dd702..5420bd2 100644 --- a/source/bank_6c.asm +++ b/source/bank_6c.asm @@ -3,6 +3,11 @@ gfx_unknown_6c_4000:: INCBIN "gfx/unknown/unknown_6c_4000.2bpp" .end:: +SECTION "gfx_unknown_6c_7000", ROMX[$7000], BANK[$6c] +gfx_unknown_6c_7000:: +INCBIN "gfx/unknown/unknown_6c_7000.2bpp" +.end:: + SECTION "compressed_tilemap_attrmap_pokedex_pic", ROMX[$7c00], BANK[$6c] compressed_tilemap_attrmap_pokedex_pic:: INCBIN "gfx/pokedex/pokedex_pic.tilemap_attrmap.xor" -- cgit v1.2.3