mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 14:15:10 -04:00
Decompile some functions
This commit is contained in:
+1
-1
@@ -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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user