diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-04 16:11:00 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-04 16:11:00 +0100 |
commit | 0c60ffe22ae1335be4dd24c22215eff1f95ab57e (patch) | |
tree | dda4dff3b3cd33abd06988eb9ec2b496eb769835 /asm/main_menu.s | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
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 |