diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-10 13:37:50 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-16 20:35:52 -0400 |
| commit | c49cee352111acc5f2a831ba2f7a46a627785eff (patch) | |
| tree | d1a39b7f0c7cbcb3910f33e7963db45a44e9d31a /soh/src/code/code_800F9280.c | |
| parent | b3e299dbdee829c12ada556a1c3aa1f109a0e05b (diff) | |
Audio support nearly complete.
Diffstat (limited to 'soh/src/code/code_800F9280.c')
| -rw-r--r-- | soh/src/code/code_800F9280.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/soh/src/code/code_800F9280.c b/soh/src/code/code_800F9280.c index e23ede0e9..6ca2ad75d 100644 --- a/soh/src/code/code_800F9280.c +++ b/soh/src/code/code_800F9280.c @@ -363,7 +363,11 @@ void Audio_ProcessSeqCmd(u32 cmd) { } } -void Audio_QueueSeqCmd(u32 cmd) { +extern f32 D_80130F24; +extern f32 D_80130F28; + +void Audio_QueueSeqCmd(u32 cmd) +{ sAudioSeqCmds[sSeqCmdWrPos++] = cmd; } |
