Renaming Juju

This commit is contained in:
Nabnut
2024-09-22 11:30:51 +02:00
parent 0224f95863
commit 249f5a7329
75 changed files with 426 additions and 390 deletions

View File

@@ -282,7 +282,7 @@ void chBossJinjo_update(Actor *this){
if(actor_animationIsAt(this, 0.85f)){
if(func_8030E3FC(this->unk44_31))
func_8030E394(this->unk44_31);
func_8030E484(SFX_19_BANJO_LANDING_08);
sfxsource_playHighPriority(SFX_19_BANJO_LANDING_08);
func_8025A7DC(COMUSIC_43_ENTER_LEVEL_GLITTER);
}//L8038CD20
}

View File

@@ -126,7 +126,7 @@ void chBossJinjoBase_update(Actor *this) {
func_8030DD14(local->unk0, 2);
func_8030DBB4(local->unk0, 0.7f);
sfxsource_setSampleRate(local->unk0, 12000);
FUNC_8030E624(SFX_3F6_UNKNOWN, 0.6f, 20000);
FUNC_8030E624(SFX_3F6_RUBBING, 0.6f, 20000);
func_8038D3DC(this, 0x19a, 0.0f, -200.0f, 0.0f);
TUPLE_COPY(this->unk1C, this->position);
this->position_y = -400.0f;

View File

@@ -145,7 +145,7 @@ void chjinjonatorbase_update(Actor *this){
this->unk1C[1] = this->position_y;
this->unk1C[2] = this->position_z;
this->position_y = -600.0f;
FUNC_8030E624(SFX_3F6_UNKNOWN, 0.6f, 25000);
FUNC_8030E624(SFX_3F6_RUBBING, 0.6f, 25000);
if(0.0f != this->lifetime_value){
this->velocity_y = 600.0f/this->lifetime_value;
}else{