diff options
| author | Erin Moon <erin@hecke.rs> | 2021-01-03 00:04:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-03 01:04:15 -0500 |
| commit | 5c4ac052c3eadf70cfb4810341ccfbbba22869e2 (patch) | |
| tree | 37f1e2f9a5d7f0ba7313c7229fa60bac11dcb453 /asm/Z2AudioLib | |
| parent | b6791276753f676f07e5251d823b0969208f1dc8 (diff) | |
decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s
* d_save_init: decomp
* JMath/random: decomp
* J3DUDL: fixup label
* JAUClusterSound: decomp
* c_API_controller_pad: decomp, elaborate globals/types
* clang-format
* don't add guards to functions.h
* semantic merge of m_cpadInfo stuff
* fix undef symbols
Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'asm/Z2AudioLib')
| -rw-r--r-- | asm/Z2AudioLib/Z2SpeechMgr2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/Z2AudioLib/Z2SpeechMgr2.s b/asm/Z2AudioLib/Z2SpeechMgr2.s index 7480746676..6e108be2fd 100644 --- a/asm/Z2AudioLib/Z2SpeechMgr2.s +++ b/asm/Z2AudioLib/Z2SpeechMgr2.s @@ -16,7 +16,7 @@ Z2SpeechMgr2: /* 802CBC80 002C8BC0 90 03 00 04 */ stw r0, 4(r3) /* 802CBC84 002C8BC4 38 7F 00 08 */ addi r3, r31, 8 /* 802CBC88 002C8BC8 38 80 00 00 */ li r4, 0 -/* 802CBC8C 002C8BCC 48 06 DE 59 */ bl JMath_NS_TRandom_fast_ +/* 802CBC8C 002C8BCC 48 06 DE 59 */ bl __ct__Q25JMath13TRandom_fast_FUl /* 802CBC90 002C8BD0 38 7F 00 0C */ addi r3, r31, 0xc /* 802CBC94 002C8BD4 48 00 13 25 */ bl Z2SpeechStarter /* 802CBC98 002C8BD8 38 00 00 00 */ li r0, 0 |
