diff options
-rw-r--r-- | gfx/unknown/unknown_6c_4000.png | bin | 1047 -> 261 bytes | |||
-rw-r--r-- | gfx/unknown/unknown_6c_7000.png | bin | 0 -> 571 bytes | |||
-rw-r--r-- | source/bank_6c.asm | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/gfx/unknown/unknown_6c_4000.png b/gfx/unknown/unknown_6c_4000.png Binary files differindex ce7a5db..3076550 100644 --- a/gfx/unknown/unknown_6c_4000.png +++ b/gfx/unknown/unknown_6c_4000.png diff --git a/gfx/unknown/unknown_6c_7000.png b/gfx/unknown/unknown_6c_7000.png Binary files differnew file mode 100644 index 0000000..28e7843 --- /dev/null +++ b/gfx/unknown/unknown_6c_7000.png 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" |