summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-18 15:36:48 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-18 15:36:48 +0700
commit9bde0a9ca74c140ca2ab9c5ac70bd57cf27ae334 (patch)
tree4049246ab486d68f096df41637e5e48d5bdee501 /engine
parent8a43aebe6e65e3d472085fb80c150d988075113a (diff)
Decode SGB border palettes
Rename UnusedSGBBorder -> AlternateSGBBorder
Diffstat (limited to 'engine')
-rw-r--r--engine/gfx/sgb_layouts.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm
index 07820fc..7097fd7 100644
--- a/engine/gfx/sgb_layouts.asm
+++ b/engine/gfx/sgb_layouts.asm
@@ -701,8 +701,8 @@ PushSGBBorder:
jr nz, .spaceworld_border
; load alternate border
- ld hl, UnusedSGBBorderGFX
- ld de, UnusedSGBBorderTilemap
+ ld hl, AlternateSGBBorderGFX
+ ld de, AlternateSGBBorderTilemap
ret
.spaceworld_border