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/starter_choose.s | |
parent | c146c247f23f703f1de48506ecb222d5b72a1200 (diff) |
decompile more of sprite.s
Diffstat (limited to 'asm/starter_choose.s')
-rw-r--r-- | asm/starter_choose.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/starter_choose.s b/asm/starter_choose.s index 8e7ad0755..538f8df61 100644 --- a/asm/starter_choose.s +++ b/asm/starter_choose.s @@ -930,13 +930,13 @@ sub_813473C: @ 813473C bne _08134768 adds r0, r3, 0 movs r1, 0x1 - bl StartObjectImageAnimIfDifferent + bl StartSpriteAnimIfDifferent b _08134770 .pool _08134768: adds r0, r3, 0 movs r1, 0 - bl StartObjectImageAnimIfDifferent + bl StartSpriteAnimIfDifferent _08134770: pop {r0} bx r0 |