diff options
author | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
commit | 0add51451cda9d4221af137f83e2429d3577310c (patch) | |
tree | fd05f8f0ad49d88b032dc9e10af85a42dfa0e402 /home/vblank.asm | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) | |
parent | 2a263629a40e201b1702e2f4e65f1c61360cc2b2 (diff) |
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Scriptmacrorenaming
Diffstat (limited to 'home/vblank.asm')
-rw-r--r-- | home/vblank.asm | 6 |
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 |