diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 18:59:00 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 18:59:00 -0500 |
commit | caf5d136b97c17c614d7186a5524d6ea7a1b142b (patch) | |
tree | 7a7a461db919f5880a8202fc3da43ca32093c02c /asm/main_menu.s | |
parent | 76e6be7ff251f321665860037b794ae42c8e798f (diff) | |
parent | 48e63979c8a131bc059974194bd548f60dcdd24c (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu
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 |