diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 16:53:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 16:53:08 -0600 |
commit | 48e63979c8a131bc059974194bd548f60dcdd24c (patch) | |
tree | ac2dab85f47e138afcc3722361c274ca130509fe /asm/main_menu.s | |
parent | 802b505d7bc4f60e6dda62c9a2a4948b8ba765df (diff) | |
parent | c5e2092e8b2f209e4ccb38681109308efa19745d (diff) |
Merge pull request #200 from DizzyEggg/decompile_title_screen
decompile title screen
Diffstat (limited to 'asm/main_menu.s')
-rw-r--r-- | asm/main_menu.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/main_menu.s b/asm/main_menu.s index 08e0c3103..9c6cd1253 100644 --- a/asm/main_menu.s +++ b/asm/main_menu.s @@ -1608,7 +1608,7 @@ _08030578: ldr r0, =gUnknown_02022D06 strh r4, [r0] bl FreeAllWindowBuffers - ldr r0, =c2_title_screen_1 + ldr r0, =CB2_InitTitleScreen bl SetMainCallback2 adds r0, r5, 0 bl DestroyTask |