diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 21:42:00 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 21:42:00 +0200 |
commit | 6e56211f40d7a191afd91bcf41d63178e26b5199 (patch) | |
tree | 93813ca2e11fc7b5ee4c8d07e9d29345af0a35ec /asm/battle_controller_player.s | |
parent | 0ffc5652fd746816a763e4e0ec83c08f2f53222c (diff) |
more of battle interface done
Diffstat (limited to 'asm/battle_controller_player.s')
-rw-r--r-- | asm/battle_controller_player.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_player.s b/asm/battle_controller_player.s index 653746f54..ff3dd459c 100644 --- a/asm/battle_controller_player.s +++ b/asm/battle_controller_player.s @@ -403,7 +403,7 @@ _080577DC: ands r0, r2 cmp r0, 0 beq _080577E8 - bl sub_8073314 + bl SwapHpBarsWithHpText _080577E8: pop {r4-r7} pop {r0} @@ -10038,7 +10038,7 @@ _0805CDA4: subs r4, 0x2 adds r3, r4 ldrb r3, [r3] - bl sub_80735DC + bl CreatePartyStatusSummarySprites ldr r2, =gUnknown_020244B4 ldrb r1, [r5] adds r1, r2 |