diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-25 10:20:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-25 10:20:18 -0400 |
commit | f95188d887ca8073347f13c56e5e7acf53a75ac2 (patch) | |
tree | 84c367f94efe803501693223740d6d36ad5569c1 /asm/intro.s | |
parent | 9575eba4814cfa96ae863ea2716afecbf2565b71 (diff) |
link_rfu_4 is part of mystery_gift_menu
Diffstat (limited to 'asm/intro.s')
-rw-r--r-- | asm/intro.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/intro.s b/asm/intro.s index 309b636c8..909fee72e 100644 --- a/asm/intro.s +++ b/asm/intro.s @@ -2742,14 +2742,14 @@ _080EDC0C: bl DisableInterrupts movs r0, 0 bl SetHBlankCallback - ldr r0, _080EDC3C @ =sub_8078914 + ldr r0, _080EDC3C @ =CB2_InitTitleScreen bl SetMainCallback2 _080EDC34: pop {r4} pop {r0} bx r0 .align 2, 0 -_080EDC3C: .4byte sub_8078914 +_080EDC3C: .4byte CB2_InitTitleScreen thumb_func_end sub_80EDBE8 thumb_func_start sub_80EDC40 |