Decompile some functions

This commit is contained in:
octorock
2022-04-10 23:42:14 +02:00
parent 02cec8ca8d
commit 4fd8048c3c
47 changed files with 540 additions and 1512 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ void sub_08049944(Enemy64Entity* this) {
if (EntityWithinDistance(super, gPlayerEntity.x.HALF.HI, gPlayerEntity.y.HALF.HI, 0x20)) {
gPlayerState.field_0x14 = 1;
if (gPlayerEntity.z.HALF.HI == 0) {
gPlayerState.flags |= 2;
gPlayerState.flags |= PL_FLAGS2;
this->unk_7c |= 1;
}
}
+1 -1
View File
@@ -386,7 +386,7 @@ void sub_0803F6EC(GhiniEntity* this) {
gPlayerEntity.iframes = -0x3c;
gPlayerState.jump_status = 0x41;
}
gPlayerState.flags &= 0xffffffef;
gPlayerState.flags &= ~PL_CAPTURED;
}
void sub_0803F738(GhiniEntity* this) {