diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 12:12:09 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 12:12:09 +0200 |
commit | 24a1e3e544eecbb10905f41c257fce8df7e3a5ce (patch) | |
tree | 739511f1508496187c0f43dab042d0bc1539e140 /asm/pokeblock_feed.s | |
parent | c146c247f23f703f1de48506ecb222d5b72a1200 (diff) |
decompile more of sprite.s
Diffstat (limited to 'asm/pokeblock_feed.s')
-rw-r--r-- | asm/pokeblock_feed.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokeblock_feed.s b/asm/pokeblock_feed.s index 0d5994e5e..64d600712 100644 --- a/asm/pokeblock_feed.s +++ b/asm/pokeblock_feed.s @@ -1368,13 +1368,13 @@ _0817A858: adds r1, 0xA lsls r1, 24 lsrs r1, 24 - bl StartObjectRotScalAnim + bl StartSpriteAffineAnim b _0817A8C8 .pool _0817A898: ldr r0, [r4] ldrb r1, [r2] - bl StartObjectRotScalAnim + bl StartSpriteAffineAnim b _0817A8C8 _0817A8A2: bl sub_817A9E4 |