summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank1c.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bank1c.asm b/src/engine/bank1c.asm
index 44975e0..1408f18 100644
--- a/src/engine/bank1c.asm
+++ b/src/engine/bank1c.asm
@@ -367,7 +367,7 @@ SetSGB2AndSGB3MapPalette: ; 7036a (1c:436a)
xor a
ld [wTempSGBPacket + 15], a
ld hl, wTempSGBPacket
- ld a, $1
+ ld a, PAL01 << 3 + 1
ld [hl], a
call Func_704c7
call SendSGB