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_79.asm | |
parent | a8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff) |
.bin -> .2bpp
Diffstat (limited to 'source/bank_79.asm')
-rw-r--r-- | source/bank_79.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/bank_79.asm b/source/bank_79.asm index a475765..3a5c3f2 100644 --- a/source/bank_79.asm +++ b/source/bank_79.asm @@ -1,6 +1,6 @@ SECTION "gfx_cancel_ok_no_yes", ROMX[$4000], BANK[$79] gfx_cancel_ok_no_yes:: -INCBIN "gfx/menus/cancel_ok_no_yes.bin" +INCBIN "gfx/menus/cancel_ok_no_yes.2bpp" .end:: SECTION "compressed_tilemap_attrmap_town_map", ROMX[$5800], BANK[$79] @@ -10,5 +10,5 @@ INCBIN "gfx/town_map/town_map.tilemap_attrmap.xor" SECTION "compressed_gfx_game_select", ROMX[$6ba1], BANK[$79] compressed_gfx_game_select:: -INCBIN "gfx/game_select/game_select.bin.xor" +INCBIN "gfx/game_select/game_select.2bpp.xor" .end:: |