1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 01:10:33 +00:00

Revert "reduce diff"

This reverts commit cd4ac24d8809f3f8e5b0f91788bffd72b47d15af.
This commit is contained in:
zelda2774 2021-08-26 12:11:19 +02:00
parent fd98888ec2
commit 8050389b28
2 changed files with 3 additions and 3 deletions

View file

@ -1446,7 +1446,7 @@ void Audio_SampleReloc(AudioBankSound* sound, u32 arg1, RelocInfo* arg2) {
sample->unk_bits25 = 1;
if (sample->unk_bits26 && (sample->medium != 0)) {
gAudioContext.unk_B68[gAudioContext.unk_1768++] = sample;
gAudioContext.unk_0B68[gAudioContext.unk_1768++] = sample;
}
}
}
@ -1564,7 +1564,7 @@ void func_800E48C0(AudioBankSound* sound) {
AudioBankSample* sample = sound->sample;
if ((sample->size != 0) && (sample->unk_bits26) && (sample->medium)) {
gAudioContext.unk_B68[gAudioContext.unk_1768++] = sample;
gAudioContext.unk_0B68[gAudioContext.unk_1768++] = sample;
}
}