summaryrefslogtreecommitdiff
path: root/source/bank_6f.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_6f.asm
parent4cd3f07069f198ef3df094b2b8c477f969ff59f6 (diff)
Extract the rest of the level graphics, and add gfx subdirectories
Diffstat (limited to 'source/bank_6f.asm')
-rw-r--r--source/bank_6f.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/bank_6f.asm b/source/bank_6f.asm
index d4d908b..7240091 100644
--- a/source/bank_6f.asm
+++ b/source/bank_6f.asm
@@ -1,17 +1,17 @@
SECTION "bank6f", ROMX[$4000], BANK[$6f]
gfx_text_chars::
-INCBIN "gfx/text_chars.bin"
+INCBIN "gfx/fonts/text_chars.bin"
.end::
gfx_lv_2_mt_otsukimi::
-INCBIN "gfx/lv_2_mt_otsukimi.bin"
+INCBIN "gfx/levels/lv_2_mt_otsukimi.bin"
.end::
gfx_lv_2_mt_otsukimi_sgb::
-INCBIN "gfx/lv_2_mt_otsukimi_sgb.bin"
+INCBIN "gfx/levels/lv_2_mt_otsukimi_sgb.bin"
.end::
gfx_lv_2_mt_otsukimi_duplicate::
-INCBIN "gfx/lv_2_mt_otsukimi.bin"
+INCBIN "gfx/levels/lv_2_mt_otsukimi.bin"
.end::