diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-02 16:06:20 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-02 16:06:20 +0100 |
commit | e13eacda39cc01ff0f1b9f8e39374956a8f3f136 (patch) | |
tree | c1addaabe3617ebb9c4fe1a82c84084d8d579e38 /asm/pokemon_summary_screen.s | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
decompile item icon
Diffstat (limited to 'asm/pokemon_summary_screen.s')
-rw-r--r-- | asm/pokemon_summary_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index a04939c12..a94d69b96 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -5756,7 +5756,7 @@ sub_81C6F90: @ 81C6F90 adds r0, r4, 0 adds r1, r4, 0 adds r2, r6, 0 - bl AddItemIconObject + bl AddItemIconSprite lsls r0, 24 lsrs r2, r0, 24 cmp r2, 0x40 |