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_recorded_player.s | |
parent | 4b45282dd37266cc7d263a6fd4a5223f8e92b5be (diff) |
hp printing in healthboxes done I hope
Diffstat (limited to 'asm/battle_controller_recorded_player.s')
-rw-r--r-- | asm/battle_controller_recorded_player.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_recorded_player.s b/asm/battle_controller_recorded_player.s index 0bc8c2392..2b71e13ba 100644 --- a/asm/battle_controller_recorded_player.s +++ b/asm/battle_controller_recorded_player.s @@ -885,7 +885,7 @@ sub_818A0A4: @ 818A0A4 adds r0, r6 ldrb r0, [r0] movs r2, 0 - bl heathbar_draw_hp + bl UpdateHpTextInHealthbox b _0818A106 .pool _0818A0EC: @@ -5083,7 +5083,7 @@ _0818C678: ldrb r0, [r0] movs r1, 0 movs r2, 0 - bl heathbar_draw_hp + bl UpdateHpTextInHealthbox _0818C6B2: ldr r1, =gBattleBankFunc ldr r0, =gActiveBank |