diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-28 01:50:50 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-31 07:58:07 +0800 |
commit | 37be39117ad0a02f67fbba2b5329dadbb87f2c6d (patch) | |
tree | 27ace52e7598e067fbccd3f8e2e1766cff83ff21 /asm/fighting.s | |
parent | 1a34a06758175b4d39ee0a81c3441ac958d005fd (diff) |
port documentation of battle_anim_mon_movement from pokeem
Diffstat (limited to 'asm/fighting.s')
-rw-r--r-- | asm/fighting.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/fighting.s b/asm/fighting.s index 518927a3c..78b60aac5 100644 --- a/asm/fighting.s +++ b/asm/fighting.s @@ -76,7 +76,7 @@ _080B0924: .4byte gBattleAnimAttacker sub_80B0928: @ 80B0928 push {r4,lr} adds r4, r0, 0 - bl sub_8073788 + bl IsContest lsls r0, 24 cmp r0, 0 beq _080B0944 @@ -1379,7 +1379,7 @@ _080B1332: ands r0, r2 orrs r0, r1 strb r0, [r5, 0x5] - bl sub_8073788 + bl IsContest lsls r0, 24 cmp r0, 0 beq _080B136C @@ -1555,7 +1555,7 @@ _080B14A0: movs r1, 0 bl sub_8075114 _080B14A8: - bl sub_8073788 + bl IsContest lsls r0, 24 cmp r0, 0 beq _080B14BC |