From 7b142311a7294c4c7a943870fa5f24f0fbea604a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 12 Mar 2021 15:39:07 -0600 Subject: Miscellaneous Work (Again) (#30) * work on debug menu and document that and main menu * split, decomp, label more funcs * split exclusive pokemon data out into C * macro-ize exlusive pokemon data * decomp 2 more funcs * decomp a few more * finally match PromptNewQuestion * woot 7% aka more debug menu stuff --- asm/code_803B050.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asm/code_803B050.s') diff --git a/asm/code_803B050.s b/asm/code_803B050.s index a3bd8bf..16a958f 100644 --- a/asm/code_803B050.s +++ b/asm/code_803B050.s @@ -118,7 +118,7 @@ sub_803B120: cmp r0, 0x2 bne _0803B144 movs r0, 0x1 - bl sub_80119D4 + bl PlayMenuSoundEffect movs r0, 0x2 b _0803B160 .align 2, 0 @@ -1206,8 +1206,8 @@ _0803B968: bx r0 thumb_func_end sub_803B6D4 - thumb_func_start sub_803B98C -sub_803B98C: + thumb_func_start CreateRescueDescription +CreateRescueDescription: push {r4-r7,lr} mov r7, r9 mov r6, r8 @@ -2055,7 +2055,7 @@ _0803C0C6: .align 2, 0 _0803C0D4: .4byte gUnknown_80E8C48 _0803C0D8: .4byte gUnknown_80E8B7C - thumb_func_end sub_803B98C + thumb_func_end CreateRescueDescription thumb_func_start sub_803C0DC sub_803C0DC: -- cgit v1.2.3