baanim.h documentation

This commit is contained in:
Banjo Kazooie
2023-02-17 20:08:45 -06:00
parent 1c4d1b54cd
commit 1aff1a433a
87 changed files with 904 additions and 850 deletions

View File

@@ -113,15 +113,15 @@ void chtrainers_update(Actor *this){
}//L802CA6F8
}
bool chtrainers_802CA708(Actor *this){
bool chtrainers_canUse(Actor *this){
return this->unk10_12 && ability_isUnlocked(ABILITY_11_TURBO_TALON);
}
f32 chtrainers_802CA748(Actor *this){
f32 chtrainers_getDuration(Actor *this){
return this->velocity[0];
}
void chtrainers_802CA750(Actor *this){
void chtrainers_pickup(Actor *this){
func_80328A84(this, 1);
this->velocity[2] = 1.0f;
this->unk10_12 = 0;