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_8098BDC.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_8098BDC.s')
-rw-r--r-- | asm/code_8098BDC.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/asm/code_8098BDC.s b/asm/code_8098BDC.s index 283c8ec..cf72446 100644 --- a/asm/code_8098BDC.s +++ b/asm/code_8098BDC.s @@ -5351,7 +5351,7 @@ _0809B91C: _0809B932: str r1, [r0] movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 .align 2, 0 _0809B93C: .4byte 0x0000042c @@ -5392,7 +5392,7 @@ _0809B988: .4byte 0x0000042c _0809B98C: .4byte gUnknown_811610C _0809B990: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 _0809B998: bl sub_801516C @@ -5451,7 +5451,7 @@ _0809BA0C: .4byte 0x0000042c _0809BA10: .4byte gUnknown_811612C _0809BA14: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 _0809BA1C: bl sub_801516C @@ -5487,7 +5487,7 @@ _0809BA2A: _0809BA5C: .4byte 0x00000424 _0809BA60: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 _0809BA68: movs r0, 0x1 @@ -5564,7 +5564,7 @@ _0809BAEA: bl sub_80018D8 _0809BB08: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 _0809BB10: movs r0, 0x1 @@ -5627,7 +5627,7 @@ _0809BB66: b _0809B978 _0809BB92: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect b _0809B784 _0809BB9A: movs r0, 0x1 @@ -5990,7 +5990,7 @@ _0809BE94: .4byte gUnknown_3001B64 _0809BE98: .4byte gUnknown_8116258 _0809BE9C: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect ldr r0, _0809BEB0 ldr r0, [r0] movs r2, 0x83 @@ -6003,7 +6003,7 @@ _0809BEB0: .4byte gUnknown_3001B64 _0809BEB4: .4byte gUnknown_8116268 _0809BEB8: movs r0, 0x4 - bl sub_80119D4 + bl PlayMenuSoundEffect ldr r0, _0809BECC ldr r0, [r0] movs r3, 0x83 |