diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-23 22:00:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 22:00:47 -0400 |
commit | 5b7c34096cff301c4d74bb2e67a7164b66bcc5dd (patch) | |
tree | 6124fc5f2881ec5d698509101b407a36fdb934cd /asm/start_menu.s | |
parent | e0a5896de36da0bb83c3983df8b2f47d019a8896 (diff) | |
parent | 756f2c3a71c8f7e832a9e70a542210f549f4c61b (diff) |
Merge pull request #74 from jiangzhengwenjz/misc
menu_helpers
Diffstat (limited to 'asm/start_menu.s')
-rw-r--r-- | asm/start_menu.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/start_menu.s b/asm/start_menu.s index 9dc9fbab6..cf06662d2 100644 --- a/asm/start_menu.s +++ b/asm/start_menu.s @@ -11,7 +11,7 @@ sub_806ED54: @ 806ED54 ldr r0, _0806ED6C @ =gUnknown_20370F5 movs r1, 0 strb r1, [r0] - bl is_c1_link_related_active + bl IsUpdateLinkStateCBActive cmp r0, 0x1 bne _0806ED70 bl sub_806EE34 @@ -634,7 +634,7 @@ _0806F254: .4byte gUnknown_20370F0 thumb_func_start ShowStartMenu ShowStartMenu: @ 806F258 push {lr} - bl is_c1_link_related_active + bl IsUpdateLinkStateCBActive cmp r0, 0 bne _0806F26E bl player_bitmagic |