diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-12 15:39:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:39:07 -0600 |
commit | 7b142311a7294c4c7a943870fa5f24f0fbea604a (patch) | |
tree | a1a9513c2f997cc8274af093803dd7d936e65ad0 /asm/code_803B050.s | |
parent | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (diff) |
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
Diffstat (limited to 'asm/code_803B050.s')
-rw-r--r-- | asm/code_803B050.s | 8 |
1 files changed, 4 insertions, 4 deletions
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: |