misc documentation

This commit is contained in:
Banjo Kazooie
2023-01-30 00:02:44 -06:00
parent da9a0109b5
commit cd146f444f
258 changed files with 2526 additions and 3594 deletions

View File

@@ -48,7 +48,7 @@ void func_802D88E0(Actor *this) {
this->position_y += this->unk1C[1];
}
if (this->unk60 > 0.5) {
pCtrl = partEmitList_pushNew(1U);
pCtrl = partEmitMgr_newEmitter(1U);
for(i = 0; i < 3; i++){
sp5C[i] = this->position[i] + (randf()*2)*25 - ((i == 1) ? 0 : 25);
}