summaryrefslogtreecommitdiff
path: root/engine/party_menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-22 18:03:00 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-22 18:03:00 -0500
commitd08199c79d8168368aeac0381427d533e09f073d (patch)
treee97f322f3ec8a6f9e12e3360d358f3ed10ccb4d9 /engine/party_menu.asm
parent630d789c70fcd2b87336caf4762be2012790d4a8 (diff)
Color fns, some more address decoding in link/mobile
Diffstat (limited to 'engine/party_menu.asm')
-rw-r--r--engine/party_menu.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/party_menu.asm b/engine/party_menu.asm
index 18ec493af..3e1111c57 100644
--- a/engine/party_menu.asm
+++ b/engine/party_menu.asm
@@ -125,7 +125,7 @@ endr
PlacePartyHPBar: ; 500cf
xor a
- ld [wcda9], a
+ ld [wSGBPals], a
ld a, [PartyCount]
and a
ret z
@@ -144,7 +144,7 @@ PlacePartyHPBar: ; 500cf
ld b, $0
call DrawBattleHPBar
ld hl, wcd9b
- ld a, [wcda9]
+ ld a, [wSGBPals]
ld c, a
ld b, $0
add hl, bc
@@ -153,7 +153,7 @@ PlacePartyHPBar: ; 500cf
call GetSGBLayout
.skip
- ld hl, wcda9
+ ld hl, wSGBPals
inc [hl]
pop hl
ld de, 2 * SCREEN_WIDTH