summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-01-19 14:47:23 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-01-19 14:47:23 -0500
commit6e41dd7b2120f8024bb0cfff7a5ef25f0dce0366 (patch)
tree7321fee3edb6ab8da340faffd780911d53e2fbac /asm
parenta698f43f26f16fed3e7d0bd377b2ffac9b52e78d (diff)
Document item_menu
Diffstat (limited to 'asm')
-rw-r--r--asm/pokemon_storage_system.s4
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