From 3893feb835ef4959b77148668da90aaed3189b00 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 23 Dec 2015 14:00:29 -0500 Subject: Battle Anim Object struct constants --- home/movement.asm | 2 +- home/vblank.asm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'home') diff --git a/home/movement.asm b/home/movement.asm index 2fba2bbba..f962c8316 100644 --- a/home/movement.asm +++ b/home/movement.asm @@ -136,7 +136,7 @@ endr big_step_right ; 1bb1 -InitMenu3:: ; 1bb1 +SetMenuAttributes:: ; 1bb1 push hl push bc ld hl, w2DMenuCursorInitY 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 -- cgit v1.2.3