diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-18 18:06:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-18 18:06:29 -0700 |
commit | 7fcee65ee4dce2b968eba0c6d38151f720dbcdf0 (patch) | |
tree | f60287f706417eaa80684d20b5058848e94a5275 /asm/current.s | |
parent | d51855dfadf9e1357ef8e33e90b5156f8561405c (diff) | |
parent | 3c9552befdbd295b94a06fca31a4c03c667465b3 (diff) |
Merge pull request #583 from huderlem/animdocs
Document some more battle anims
Diffstat (limited to 'asm/current.s')
-rw-r--r-- | asm/current.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/current.s b/asm/current.s index 69927ea23..fa3fec58a 100644 --- a/asm/current.s +++ b/asm/current.s @@ -442,7 +442,7 @@ _080D67F6: ldr r0, _080D6810 @ =gBattleAnimArgs ldrh r0, [r0, 0x4] strh r0, [r4, 0x2E] - ldr r0, _080D6814 @ =sub_80782D8 + ldr r0, _080D6814 @ =WaitAnimForDuration str r0, [r4, 0x1C] ldr r1, _080D6818 @ =DestroyAnimSprite adds r0, r4, 0 @@ -452,7 +452,7 @@ _080D67F6: bx r0 .align 2, 0 _080D6810: .4byte gBattleAnimArgs -_080D6814: .4byte sub_80782D8 +_080D6814: .4byte WaitAnimForDuration _080D6818: .4byte DestroyAnimSprite thumb_func_end sub_80D679C |