diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-11-30 07:05:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 07:05:58 -0500 |
commit | 63c205e7d0094756ea851e0aed0852671329905c (patch) | |
tree | 2e1c3350734445c6623c23ad5630061e41b7b1cf /asm/help_system.s | |
parent | fecda40501d39c633435fe2777ebc93d92233ca1 (diff) | |
parent | 18303c4596f96eaa68bbf8ccbc4ba19f9a8fed88 (diff) |
Merge pull request #30 from PikalaxALT/fame_checker
Fame Checker
Diffstat (limited to 'asm/help_system.s')
-rw-r--r-- | asm/help_system.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/help_system.s b/asm/help_system.s index b0d5c5f34..7026c65d5 100644 --- a/asm/help_system.s +++ b/asm/help_system.s @@ -2040,14 +2040,14 @@ sub_813C828: @ 813C828 adds r2, r3 lsls r2, 24 lsrs r2, 24 - ldr r0, _0813C85C @ =gUnknown_841623B + ldr r0, _0813C85C @ =gFameCheckerText_ListMenuCursor bl sub_813C4CC pop {r4} pop {r0} bx r0 .align 2, 0 _0813C858: .4byte gUnknown_203F190 -_0813C85C: .4byte gUnknown_841623B +_0813C85C: .4byte gFameCheckerText_ListMenuCursor thumb_func_end sub_813C828 thumb_func_start sub_813C860 |