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

@@ -56,10 +56,10 @@ void func_8038FF54(Actor *this){
}
else{
animctrl_setIndex(this->animctrl, animctrl_getIndex(other->animctrl));
func_8028774C(this->animctrl, animctrl_getAnimTimer(other->animctrl));
animctrl_setStart(this->animctrl, animctrl_getAnimTimer(other->animctrl));
animctrl_setDuration(this->animctrl, animctrl_getDuration(other->animctrl));
animctrl_setSmoothTransition(this->animctrl, FALSE);
func_802875AC(this->animctrl, "chwozzasjig.c", 0x87);
animctrl_start(this->animctrl, "chwozzasjig.c", 0x87);
this->position[0] = other->position[0];
this->position[1] = other->position[1];
this->position[2] = other->position[2];