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/decoration.s | |
parent | c146c247f23f703f1de48506ecb222d5b72a1200 (diff) |
decompile more of sprite.s
Diffstat (limited to 'asm/decoration.s')
-rw-r--r-- | asm/decoration.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/decoration.s b/asm/decoration.s index dbd4be580..5dbb9a4a8 100644 --- a/asm/decoration.s +++ b/asm/decoration.s @@ -5166,7 +5166,7 @@ AddDecorationIconObjectFromIconTable: @ 81293D8 orrs r0, r2 str r0, [sp, 0x4] mov r0, sp - bl LoadObjectPic + bl LoadSpriteSheet adds r0, r5, 0 movs r1, 0x1 bl GetDecorationIconPicOrPalette @@ -5297,7 +5297,7 @@ AddDecorationIconObjectFromFieldObject: @ 81294C0 orrs r0, r1 str r0, [sp, 0x8] add r0, sp, 0x4 - bl LoadObjectPic + bl LoadSpriteSheet str r5, [sp, 0xC] add r0, sp, 0xC ldr r1, [r0, 0x4] |