diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 12:22:04 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 12:22:04 +0200 |
commit | 75a94ce58eb0b067bcfab9d3084e7d70782f8e90 (patch) | |
tree | a69c6bfa460491eafa894834912d3c7131476709 /asm/battle_controller_player.s | |
parent | 7ea0d462c49360351006f246f0a300aaa765a843 (diff) |
split and label
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 821a7bbb2..4313b060a 100644 --- a/asm/battle_controller_player.s +++ b/asm/battle_controller_player.s @@ -7865,7 +7865,7 @@ sub_805B9F8: @ 805B9F8 lsls r0, 2 adds r0, r4 ldr r1, =SpriteCallbackDummy - bl oamt_set_x3A_32 + bl StoreSpriteCallbackInData6 ldrb r0, [r6] adds r0, r5 ldrb r1, [r0] @@ -9743,7 +9743,7 @@ dp01t_2F_1_pokemon_enter: @ 805CA80 lsls r0, 2 adds r0, r5 ldr r1, =sub_805CC00 - bl oamt_set_x3A_32 + bl StoreSpriteCallbackInData6 ldrb r0, [r7] adds r0, r6 ldrb r1, [r0] |