diff options
Diffstat (limited to 'source/bank_7c.asm')
-rw-r--r-- | source/bank_7c.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/bank_7c.asm b/source/bank_7c.asm index e74c94c..230ae4c 100644 --- a/source/bank_7c.asm +++ b/source/bank_7c.asm @@ -2,3 +2,13 @@ SECTION "gfx_alphabets", ROMX[$4000], BANK[$7c] gfx_alphabets:: INCBIN "gfx/fonts/alphabets.bin" .end:: + +SECTION "compressed_tilemap_attrmap_album_pic", ROMX[$7000], BANK[$7c] +compressed_tilemap_attrmap_album_pic:: +INCBIN "gfx/safari_zone_album/album_pic.tilemap_attrmap.xor" +.end:: + +SECTION "compressed_tilemap_attrmap_album_list", ROMX[$7482], BANK[$7c] +compressed_tilemap_attrmap_album_list:: +INCBIN "gfx/safari_zone_album/album_list.tilemap_attrmap.xor" +.end:: |