summaryrefslogtreecommitdiff
path: root/engine/party_menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-22 22:19:33 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-22 22:19:33 -0500
commit30b37da3870217da1eaecca82bb77ca4343ada49 (patch)
tree838dae239bf68174d3d3358738939aaabe287a31 /engine/party_menu.asm
parentd08199c79d8168368aeac0381427d533e09f073d (diff)
More stats screen shenanigans
Diffstat (limited to 'engine/party_menu.asm')
-rw-r--r--engine/party_menu.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/party_menu.asm b/engine/party_menu.asm
index 3e1111c57..7fc179b67 100644
--- a/engine/party_menu.asm
+++ b/engine/party_menu.asm
@@ -143,15 +143,14 @@ PlacePartyHPBar: ; 500cf
ld d, $6
ld b, $0
call DrawBattleHPBar
- ld hl, wcd9b
+ ld hl, wHPPals
ld a, [wSGBPals]
ld c, a
ld b, $0
add hl, bc
call SetHPPal
- ld b, SCGB_FC
+ ld b, SCGB_PARTY_MENU_HP_PALS
call GetSGBLayout
-
.skip
ld hl, wSGBPals
inc [hl]