summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 38dc02800..563e705fe 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -246,11 +246,11 @@ UpdatePals:: ; 37f
jp nz, UpdateCGBPals
; update gb pals
- ld a, [$cfc7]
+ ld a, [wcfc7]
ld [rBGP], a
- ld a, [$cfc8]
+ ld a, [wcfc8]
ld [rOBP0], a
- ld a, [$cfc9]
+ ld a, [wcfc9]
ld [rOBP1], a
and a