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_opponent.s | |
parent | 7ea0d462c49360351006f246f0a300aaa765a843 (diff) |
split and label
Diffstat (limited to 'asm/battle_controller_opponent.s')
-rw-r--r-- | asm/battle_controller_opponent.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_opponent.s b/asm/battle_controller_opponent.s index ed5bb8ab1..d2f5ee5d9 100644 --- a/asm/battle_controller_opponent.s +++ b/asm/battle_controller_opponent.s @@ -4725,7 +4725,7 @@ sub_8061AF0: @ 8061AF0 lsls r0, 2 adds r0, r5 ldr r1, =SpriteCallbackDummy - bl oamt_set_x3A_32 + bl StoreSpriteCallbackInData6 ldr r1, =gBattleBankFunc ldrb r0, [r4] lsls r0, 2 @@ -6155,7 +6155,7 @@ sub_80626FC: @ 80626FC lsls r0, 2 adds r0, r4 ldr r1, =sub_806280C - bl oamt_set_x3A_32 + bl StoreSpriteCallbackInData6 ldr r0, =sub_8062828 movs r1, 0x5 bl CreateTask |