diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 17:05:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 17:05:15 -0600 |
commit | c2d3606f39d733fdecaebeaf8b3cbe00c7486361 (patch) | |
tree | d6992adc9f00e0b56195f1c67f41da376b6282c1 /asm/ghost.s | |
parent | 19e235867a9af6159e375154135b6c09bf3d9ba9 (diff) | |
parent | 5947e0d229cde5e00224b3c8aff91e27f0d06dfc (diff) |
Merge pull request #398 from huderlem/rock
Decompile rock
Diffstat (limited to 'asm/ghost.s')
-rw-r--r-- | asm/ghost.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/ghost.s b/asm/ghost.s index 8b16d94c5..53f394e04 100644 --- a/asm/ghost.s +++ b/asm/ghost.s @@ -10,7 +10,7 @@ sub_811160C: @ 811160C push {r4,r5,lr} adds r4, r0, 0 movs r1, 0x1 - bl sub_80A69CC + bl InitAnimSpritePos ldr r0, =gBattleAnimArgs ldrh r0, [r0, 0x4] strh r0, [r4, 0x2E] @@ -2441,7 +2441,7 @@ sub_81129F0: @ 81129F0 push {r4,lr} adds r4, r0, 0 movs r1, 0x1 - bl sub_80A69CC + bl InitAnimSpritePos ldr r0, =gBattleAnimAttacker ldrb r0, [r0] bl GetBattlerSide |