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_73.asm | |
parent | a8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff) |
.bin -> .2bpp
Diffstat (limited to 'source/bank_73.asm')
-rw-r--r-- | source/bank_73.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/bank_73.asm b/source/bank_73.asm index 7d8c311..6607d53 100644 --- a/source/bank_73.asm +++ b/source/bank_73.asm @@ -1,12 +1,12 @@ SECTION "gfx_lv_0_home", ROMX[$4800], BANK[$73] gfx_lv_0_home:: -INCBIN "gfx/easy_picross/lv_0_home.bin" +INCBIN "gfx/easy_picross/lv_0_home.2bpp" .end:: gfx_lv_0_home_sgb:: -INCBIN "gfx/easy_picross/lv_0_home_sgb.bin" +INCBIN "gfx/easy_picross/lv_0_home_sgb.2bpp" .end:: ; The edges of the unused house roof tiles are dark gray ; like the rest of the roof, not white. gfx_lv_0_home_duplicate:: -INCBIN "gfx/easy_picross/lv_0_home_unused.bin" +INCBIN "gfx/easy_picross/lv_0_home_unused.2bpp" .end:: |