diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 11:29:23 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 11:29:23 -0400 |
commit | bf4545e9c2146769705a85a3a05706f756907456 (patch) | |
tree | 556176b991f81597d83aae1f93ad989fab6a0737 /source/bank_74.asm | |
parent | 9dbdd616e4c61298d366712e6617c7c57d6f2470 (diff) |
Group level graphics with respective tilemaps/attrmaps
Diffstat (limited to 'source/bank_74.asm')
-rw-r--r-- | source/bank_74.asm | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/source/bank_74.asm b/source/bank_74.asm index 59a2103..e6336d6 100644 --- a/source/bank_74.asm +++ b/source/bank_74.asm @@ -1,30 +1,26 @@ SECTION "bank74", ROMX[$4000], BANK[$74] gfx_lv_4_jungle_zone:: -INCBIN "gfx/levels/lv_4_jungle_zone.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone.bin" .end:: - gfx_lv_4_jungle_zone_sgb:: -INCBIN "gfx/levels/lv_4_jungle_zone_sgb.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone_sgb.bin" .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/levels/lv_4_jungle_zone_unused.bin" +INCBIN "gfx/safari_map/lv_4_jungle_zone_unused.bin" .end:: gfx_lv_3_sea_cottage:: -INCBIN "gfx/levels/lv_3_sea_cottage.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage.bin" .end:: - gfx_lv_3_sea_cottage_sgb:: -INCBIN "gfx/levels/lv_3_sea_cottage_sgb.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage_sgb.bin" .end:: - ; The unused "3" in "3/10" is has less of a black border. gfx_lv_3_sea_cottage_duplicate:: -INCBIN "gfx/levels/lv_3_sea_cottage_unused.bin" +INCBIN "gfx/town_map/lv_3_sea_cottage_unused.bin" .end:: SECTION "compressed_tilemap_attrmap_easy_picross", ROMX[$7ddc], BANK[$74] |