diff options
Diffstat (limited to 'engine/pokemon/party_menu.asm')
-rw-r--r-- | engine/pokemon/party_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/party_menu.asm b/engine/pokemon/party_menu.asm index cf82c38ee..c9f4dde31 100644 --- a/engine/pokemon/party_menu.asm +++ b/engine/pokemon/party_menu.asm @@ -138,7 +138,7 @@ PlacePartyHPBar: ld b, $0 add hl, bc call SetHPPal - ld b, SCGB_PARTY_MENU_HP_PALS + ld b, SCGB_PARTY_MENU_HP_BARS call GetSGBLayout .skip ld hl, wSGBPals |