diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-16 18:12:27 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-16 18:12:27 +0200 |
commit | 4b45282dd37266cc7d263a6fd4a5223f8e92b5be (patch) | |
tree | 8364cb30de7d5180f9b6c3b80e567e273347aa6c /asm/battle_controller_recorded_player.s | |
parent | 0d38d443b561f9baaae12324712503dfccaf01ea (diff) |
start working on battle interface
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 f7dfc0fed..0bc8c2392 100644 --- a/asm/battle_controller_recorded_player.s +++ b/asm/battle_controller_recorded_player.s @@ -5054,7 +5054,7 @@ sub_818C5E8: @ 818C5E8 ldrb r1, [r1] str r7, [sp] mov r2, r8 - bl sub_807294C + bl SetBattleBarStruct b _0818C6B2 .pool _0818C678: @@ -5076,7 +5076,7 @@ _0818C678: ldrb r1, [r1] str r7, [sp] movs r3, 0 - bl sub_807294C + bl SetBattleBarStruct mov r1, r9 ldrb r0, [r1] adds r0, r4 |