diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 19:07:51 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 19:07:51 -0400 |
commit | f0dbfe7b277b2d5ea24fec3673fdd5c9266795a0 (patch) | |
tree | 306e164799414f2a7eb32760e254c62fc57fbf89 /source/bank_74.asm | |
parent | a8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff) |
.bin -> .2bpp
Diffstat (limited to 'source/bank_74.asm')
-rw-r--r-- | source/bank_74.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/bank_74.asm b/source/bank_74.asm index e6336d6..72f9694 100644 --- a/source/bank_74.asm +++ b/source/bank_74.asm @@ -1,26 +1,26 @@ SECTION "bank74", ROMX[$4000], BANK[$74] gfx_lv_4_jungle_zone:: -INCBIN "gfx/safari_map/lv_4_jungle_zone.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone.2bpp" .end:: gfx_lv_4_jungle_zone_sgb:: -INCBIN "gfx/safari_map/lv_4_jungle_zone_sgb.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone_sgb.2bpp" .end:: ; The edges of the unused tree trunk tiles are light and dark gray ; like the rest of the tree, not white and light gray. gfx_lv_4_jungle_zone_duplicate:: -INCBIN "gfx/safari_map/lv_4_jungle_zone_unused.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone_unused.2bpp" .end:: gfx_lv_3_sea_cottage:: -INCBIN "gfx/town_map/lv_3_sea_cottage.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage.2bpp" .end:: gfx_lv_3_sea_cottage_sgb:: -INCBIN "gfx/town_map/lv_3_sea_cottage_sgb.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage_sgb.2bpp" .end:: ; The unused "3" in "3/10" is has less of a black border. gfx_lv_3_sea_cottage_duplicate:: -INCBIN "gfx/town_map/lv_3_sea_cottage_unused.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage_unused.2bpp" .end:: SECTION "compressed_tilemap_attrmap_easy_picross", ROMX[$7ddc], BANK[$74] |