summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-10 15:14:41 -0800
committeryenatch <yenatch@gmail.com>2015-02-10 15:14:41 -0800
commitc07ed74a5dbdf7ce684ec02b546862bbcc582f5f (patch)
tree0b6248dc338caa0970dddbac4c96a8c58f2501d5 /home/vblank.asm
parent62b473d6c65a50134dda1511351fcab2cf476cf7 (diff)
Blind wram labels part 4.
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