mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
AudioOcarina_ResetStaffs -> AudioOcarina_ResetStaves
The plural appears to be staves for the music term
This commit is contained in:
parent
704f705c61
commit
1b7fe62408
1 changed files with 3 additions and 3 deletions
|
@ -2280,7 +2280,7 @@ void AudioOcarina_PlayLongScarecrowAfterCredits(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioOcarina_ResetStaffs(void) {
|
void AudioOcarina_ResetStaves(void) {
|
||||||
sPlayingStaff.buttonIndex = OCARINA_BTN_INVALID;
|
sPlayingStaff.buttonIndex = OCARINA_BTN_INVALID;
|
||||||
sPlayingStaff.state = 0xFF;
|
sPlayingStaff.state = 0xFF;
|
||||||
sPlayingStaff.pos = 0;
|
sPlayingStaff.pos = 0;
|
||||||
|
@ -5261,7 +5261,7 @@ void Audio_Init(void) {
|
||||||
|
|
||||||
void Audio_InitSound(void) {
|
void Audio_InitSound(void) {
|
||||||
func_800F6C34();
|
func_800F6C34();
|
||||||
AudioOcarina_ResetStaffs();
|
AudioOcarina_ResetStaves();
|
||||||
Audio_ResetSfxChannelState();
|
Audio_ResetSfxChannelState();
|
||||||
func_800FAEB4();
|
func_800FAEB4();
|
||||||
Audio_ResetSounds();
|
Audio_ResetSounds();
|
||||||
|
@ -5278,7 +5278,7 @@ void func_800F7170(void) {
|
||||||
void func_800F71BC(s32 arg0) {
|
void func_800F71BC(s32 arg0) {
|
||||||
D_80133418 = 1;
|
D_80133418 = 1;
|
||||||
func_800F6C34();
|
func_800F6C34();
|
||||||
AudioOcarina_ResetStaffs();
|
AudioOcarina_ResetStaves();
|
||||||
Audio_ResetSfxChannelState();
|
Audio_ResetSfxChannelState();
|
||||||
func_800FADF8();
|
func_800FADF8();
|
||||||
Audio_ResetSounds();
|
Audio_ResetSounds();
|
||||||
|
|
Loading…
Reference in a new issue