diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-18 15:28:55 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 15:28:55 -0400 |
commit | d48c4ab7a95c0b3cc59e96ca2bf30fdbc7ff1581 (patch) | |
tree | 746588973767fe1768fd1e728e45d998b1c9152e /asm | |
parent | 810bfffd1242ebfd29fcc2db6fef19b34545ad0b (diff) |
Slight cleanup and relabeling of functions
Diffstat (limited to 'asm')
-rw-r--r-- | asm/title_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/title_screen.s b/asm/title_screen.s index 39247aef4..15037e80d 100644 --- a/asm/title_screen.s +++ b/asm/title_screen.s @@ -1259,7 +1259,7 @@ c2_berry_program_update_screen_1: @ 80AAF28 cmp r0, 0 bne _080AAF3E bl m4aMPlayAllStop - ldr r0, =sub_81BF384 + ldr r0, =InitBerryFixProgram bl SetMainCallback2 _080AAF3E: pop {r0} |