diff options
Diffstat (limited to 'engine/menus/party_menu.asm')
| -rw-r--r-- | engine/menus/party_menu.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menus/party_menu.asm b/engine/menus/party_menu.asm index 32f47f6a..3af777a2 100644 --- a/engine/menus/party_menu.asm +++ b/engine/menus/party_menu.asm @@ -77,14 +77,14 @@ RedrawPartyMenu_:: pop hl push hl ld bc, SCREEN_WIDTH + 1 ; down 1 row and right 1 column - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] set 0, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a add hl, bc predef DrawHP2 ; draw HP bar and prints current / max HP - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] res 0, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a call SetPartyMenuHPBarColor ; color the HP bar (on SGB) pop hl jr .printLevel |
