diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-19 14:47:23 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-19 14:47:23 -0500 |
| commit | 6e41dd7b2120f8024bb0cfff7a5ef25f0dce0366 (patch) | |
| tree | 7321fee3edb6ab8da340faffd780911d53e2fbac /asm | |
| parent | a698f43f26f16fed3e7d0bd377b2ffac9b52e78d (diff) | |
Document item_menu
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/pokemon_storage_system.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 358ea8b32..fc7fc398d 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -22001,7 +22001,7 @@ GetItemIconPic: @ 8096674 lsls r0, 16 lsrs r0, 16 movs r1, 0 - bl sub_8098974 + bl GetItemIconGfxPtr pop {r1} bx r1 thumb_func_end GetItemIconPic @@ -22012,7 +22012,7 @@ GetItemIconPalette: @ 8096684 lsls r0, 16 lsrs r0, 16 movs r1, 0x1 - bl sub_8098974 + bl GetItemIconGfxPtr pop {r1} bx r1 thumb_func_end GetItemIconPalette |
