summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-23 14:00:29 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-23 14:00:29 -0500
commit3893feb835ef4959b77148668da90aaed3189b00 (patch)
tree5d39196a1cdc146f85a6f058222811b4241efd1e /home/vblank.asm
parentddc05ec8dd36eb88d48a5dab258f4daae85eadc3 (diff)
Battle Anim Object struct constants
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 69d86504d..1c0824c5e 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -247,11 +247,11 @@ UpdatePals:: ; 37f
jp nz, UpdateCGBPals
; update gb pals
- ld a, [wcfc7]
+ ld a, [wBGP]
ld [rBGP], a
- ld a, [wcfc8]
+ ld a, [wOBP0]
ld [rOBP0], a
- ld a, [wcfc9]
+ ld a, [wOBP1]
ld [rOBP1], a
and a