diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-05-04 17:45:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 17:45:50 -0400 |
commit | 58200616d55798002046e67a656f5295834455ec (patch) | |
tree | 7487b983c8205a97832831b6b6b06cf60534f65a /asm/pokemon_summary_screen.s | |
parent | 4acbcf5759cb2d5453631dd104e3a845931df66c (diff) | |
parent | cdb5e9e3143b2f1086d8bd4f02a76186c164d02a (diff) |
Merge branch 'master' into trader
Diffstat (limited to 'asm/pokemon_summary_screen.s')
-rw-r--r-- | asm/pokemon_summary_screen.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index 3b41afb55..c7f2ad085 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -4686,7 +4686,7 @@ sub_81C6648: @ 81C6648 .pool _081C667C: ldrh r0, [r5] - bl itemid_is_unique + bl ItemId_GetImportance lsls r0, 24 cmp r0, 0 bne _081C66A0 @@ -4799,7 +4799,7 @@ sub_81C674C: @ 81C674C .pool _081C677C: ldrh r0, [r5] - bl itemid_is_unique + bl ItemId_GetImportance lsls r0, 24 cmp r0, 0 bne _081C6790 |