Document various fields and functions

This commit is contained in:
Tal Hayon
2022-08-06 15:21:41 +03:00
parent 64c2f2476d
commit 18ef0d34b4
79 changed files with 378 additions and 346 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void sub_080AA78C(Entity* this) {
if (this->subAction == 0) {
animationState = (gPlayerEntity.animationState >> 1);
if (animationState != this->type) {
this->gustJarState &= 0xfb;
this->gustJarState &= ~4;
if (AnimationStateFlip90(animationState) != this->type) {
return;
}