diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 00:00:46 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 00:00:46 +0200 |
commit | 0ffc5652fd746816a763e4e0ec83c08f2f53222c (patch) | |
tree | ce3c5a8377ef27bed9e021058280b931371912b9 /asm/battle_controller_wally.s | |
parent | 4b45282dd37266cc7d263a6fd4a5223f8e92b5be (diff) |
hp printing in healthboxes done I hope
Diffstat (limited to 'asm/battle_controller_wally.s')
-rw-r--r-- | asm/battle_controller_wally.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_wally.s b/asm/battle_controller_wally.s index 8bf630188..ddceb87e6 100644 --- a/asm/battle_controller_wally.s +++ b/asm/battle_controller_wally.s @@ -676,7 +676,7 @@ sub_8168934: @ 8168934 adds r0, r6 ldrb r0, [r0] movs r2, 0 - bl heathbar_draw_hp + bl UpdateHpTextInHealthbox b _08168996 .pool _0816897C: @@ -3912,7 +3912,7 @@ _0816A664: ldrb r0, [r0] movs r1, 0 movs r2, 0 - bl heathbar_draw_hp + bl UpdateHpTextInHealthbox _0816A69E: ldr r1, =gBattleBankFunc ldr r0, =gActiveBank |