summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-19 18:50:54 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-19 18:50:54 -0400
commited9ef68f3103ca6f688883b2edfcc6ca5ca038b7 (patch)
treefd9fddd6c2d88633ec398cd8ca29ab459b7150f6 /source
parent7169472f58923df09835b0f1abe9f82d6ac7ca45 (diff)
Fix SGB border graphics
Diffstat (limited to 'source')
-rw-r--r--source/bank_7a.asm11
1 files changed, 8 insertions, 3 deletions
diff --git a/source/bank_7a.asm b/source/bank_7a.asm
index 49aa64b..4aa775b 100644
--- a/source/bank_7a.asm
+++ b/source/bank_7a.asm
@@ -1,6 +1,11 @@
-SECTION "gfx_sgb_border", ROMX[$4000], BANK[$7a]
-gfx_sgb_border::
-INCBIN "gfx/sgb_border/sgb_border.4bpp"
+SECTION "gfx_sgb_border_2", ROMX[$4010], BANK[$7a]
+gfx_sgb_border_2::
+INCBIN "gfx/sgb_border/sgb_border_2.4bpp"
+.end::
+
+SECTION "gfx_sgb_border_1", ROMX[$5020], BANK[$7a]
+gfx_sgb_border_1::
+INCBIN "gfx/sgb_border/sgb_border_1.4bpp"
.end::
SECTION "tilemap_unknown_7a_6020", ROMX[$6020], BANK[$7a]