summaryrefslogtreecommitdiff
path: root/source/bank_74.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-12 16:39:56 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-12 17:14:15 -0400
commit24d95f7de2da127a5d9ee71372c61be20a522549 (patch)
treee4ea3be29be9d42cd70d9e0becf1f1e122b0c72b /source/bank_74.asm
parent4cd3f07069f198ef3df094b2b8c477f969ff59f6 (diff)
Extract the rest of the level graphics, and add gfx subdirectories
Diffstat (limited to 'source/bank_74.asm')
-rw-r--r--source/bank_74.asm28
1 files changed, 28 insertions, 0 deletions
diff --git a/source/bank_74.asm b/source/bank_74.asm
new file mode 100644
index 0000000..097f935
--- /dev/null
+++ b/source/bank_74.asm
@@ -0,0 +1,28 @@
+SECTION "bank74", ROMX[$4000], BANK[$74]
+
+gfx_lv_4_jungle_zone::
+INCBIN "gfx/levels/lv_4_jungle_zone.bin"
+.end::
+
+gfx_lv_4_jungle_zone_sgb::
+INCBIN "gfx/levels/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"
+.end::
+
+gfx_lv_3_sea_cottage::
+INCBIN "gfx/levels/lv_3_sea_cottage.bin"
+.end::
+
+gfx_lv_3_sea_cottage_sgb::
+INCBIN "gfx/levels/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"
+.end::