refac: rename func_8030D90C to sfxsource_createSfxsourceAndReturnIndex and func_8030DBB4 to sfxsource_playSfxAtVolume
Additionally rename properties/variables assigned by sfxsource_createSfxsourceAndReturnIndex to sfxsourceIdx
This commit is contained in:
@@ -24,7 +24,7 @@ void func_80323170(void){
|
||||
}
|
||||
|
||||
void func_80323190(void){
|
||||
D_80383370 = func_8030D90C();
|
||||
D_80383370 = sfxsource_createSfxsourceAndReturnIndex();
|
||||
func_8030DD14(D_80383370, 3);
|
||||
sfxsource_setSfxId(D_80383370, SFX_21_EGG_BOUNCE_1);
|
||||
sfxsource_setSampleRate(D_80383370, 12000);
|
||||
|
Reference in New Issue
Block a user