identify some functions

This commit is contained in:
theo3
2022-03-28 12:06:05 -07:00
parent c86ada3e3d
commit a9784e96ba
86 changed files with 357 additions and 349 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ void sub_080AAC44(Entity* this) {
} else {
SortEntityAbove(this->parent, this);
}
ResetPlayer();
ResetPlayerItem();
gPlayerState.mobility |= 0x80;
gPlayerState.field_0xa |= 0x80;
}
@@ -215,7 +215,7 @@ void sub_080AAF74(Entity* this) {
gPlayerState.mobility = 0;
this->health = 0;
} else {
ResetPlayer();
ResetPlayerItem();
gPlayerState.mobility |= 0x80;
gPlayerState.field_0xa |= 0x80;
CopyPosition(&gPlayerEntity, this);