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_6f.asm | |
parent | a8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff) |
.bin -> .2bpp
Diffstat (limited to 'source/bank_6f.asm')
-rw-r--r-- | source/bank_6f.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/bank_6f.asm b/source/bank_6f.asm index e99942d..bf94fc1 100644 --- a/source/bank_6f.asm +++ b/source/bank_6f.asm @@ -1,15 +1,15 @@ SECTION "bank6f", ROMX[$4000], BANK[$6f] gfx_text_chars_dark:: -INCBIN "gfx/fonts/text_chars_dark.bin" +INCBIN "gfx/fonts/text_chars_dark.2bpp" .end:: gfx_lv_2_mt_otsukimi:: -INCBIN "gfx/town_map/lv_2_mt_otsukimi.bin" +INCBIN "gfx/town_map/lv_2_mt_otsukimi.2bpp" .end:: gfx_lv_2_mt_otsukimi_sgb:: -INCBIN "gfx/town_map/lv_2_mt_otsukimi_sgb.bin" +INCBIN "gfx/town_map/lv_2_mt_otsukimi_sgb.2bpp" .end:: gfx_lv_2_mt_otsukimi_duplicate:: -INCBIN "gfx/town_map/lv_2_mt_otsukimi.bin" +INCBIN "gfx/town_map/lv_2_mt_otsukimi.2bpp" .end:: |