diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
commit | bdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (patch) | |
tree | 43ea44c11de09aa975c597fdfa8302dc6333b29d /asm/main_menu.s | |
parent | d116b7660834da4006dccd3559d1ba0e0f8acf1c (diff) |
partially decompile text
Diffstat (limited to 'asm/main_menu.s')
-rw-r--r-- | asm/main_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/main_menu.s b/asm/main_menu.s index b772ffe88..9bcf07957 100644 --- a/asm/main_menu.s +++ b/asm/main_menu.s @@ -1110,7 +1110,7 @@ _0800CC34: cmp r1, 0 beq _0800CC58 movs r0, 0x5 - bl sub_80722CC + bl PlaySE movs r0, 0x1 negs r0, r0 movs r1, 0 @@ -1226,7 +1226,7 @@ sub_800CCF8: @ 800CCF8 cmp r5, 0 beq _0800CD44 movs r0, 0x5 - bl sub_80722CC + bl PlaySE bl sub_8009480 movs r0, 0x1 negs r0, r0 @@ -1253,7 +1253,7 @@ _0800CD44: cmp r0, 0 beq _0800CD8C movs r0, 0x5 - bl sub_80722CC + bl PlaySE movs r0, 0x1 negs r0, r0 str r5, [sp] |