diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 23:52:21 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-18 23:52:21 +0200 |
commit | ee6bdc9068794652f929783e2ef326e542521327 (patch) | |
tree | c592176b3a849d9c4da36e4f583103f6b3804a07 /asm/battle_controller_player.s | |
parent | 7c24b037420e8f318ad14a590846639cefcc1fe3 (diff) |
more battle interface
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 ff3dd459c..d3a396461 100644 --- a/asm/battle_controller_player.s +++ b/asm/battle_controller_player.s @@ -8936,7 +8936,7 @@ sub_805C410: @ 805C410 push {r6,r7} sub sp, 0x4 movs r0, 0 - bl load_gfxc_health_bar + bl LoadBattleBarGfx ldr r3, =gBattleBufferA ldr r0, =gActiveBank mov r9, r0 @@ -9067,7 +9067,7 @@ sub_805C528: @ 805C528 .pool _0805C560: movs r0, 0x1 - bl load_gfxc_health_bar + bl LoadBattleBarGfx adds r0, r4, 0 movs r1, 0xB bl GetMonData |