core2/gc/zoombox.c data section defined

This commit is contained in:
Banjo Kazooie
2022-07-18 02:14:26 -05:00
parent 1c4efad6d3
commit 1044253e3b
7 changed files with 642 additions and 160 deletions

View File

@@ -52,7 +52,7 @@ void __chdrips_particleCallback(struct31s *pCtrl, f32 position[3]){
if(func_8024549C(position, 4.0f)){
position[1] += 2.0f;
func_80359A40(position, &D_80372AF0, 1);
func_8030E878(SFX_413_UNKNOWN, randf2(1.0f, 1.4f), 20000, position, 0.0f, 3500.0f);
func_8030E878(SFX_413_WATER_RIPPLE, randf2(1.0f, 1.4f), 20000, position, 0.0f, 3500.0f);
}
}

View File

@@ -49,7 +49,7 @@ void func_802DBCE0(ParticleEmitter *pCtrl, f32 arg1[3]){
func_802EFEC0(other, 1.0f, 1.4f);
func_802EFA5C(other, 0.0f, 0.5f);
particleEmitter_emitN(other, 1);
func_8030E878(SFX_413_UNKNOWN, randf2(1.0f, 1.4f), 0x4e20, arg1, 0.0f, 3500.0f);
func_8030E878(SFX_413_WATER_RIPPLE, randf2(1.0f, 1.4f), 0x4e20, arg1, 0.0f, 3500.0f);
}
else{//L802DBDF4
particleEmitter_setSprite(other, ASSET_700_SPRITE_DUST);

File diff suppressed because it is too large Load Diff