mirror of https://github.com/zeldaret/tmc.git
Update src/object/minishSizedEntrance.c
Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
This commit is contained in:
parent
2773daf3a7
commit
6a79a1f4e6
|
@ -33,9 +33,8 @@ void sub_08090F00(Entity* this) {
|
||||||
DeleteThisEntity();
|
DeleteThisEntity();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((((gPlayerState.flags.all & 0x80) && sub_080041A0(this, &gPlayerEntity, 4, 4)) &&
|
if ((gPlayerState.flags.all & 0x80) && sub_080041A0(this, &gPlayerEntity, 4, 4) &&
|
||||||
(gPlayerEntity.height.HALF.HI == 0)) &&
|
(gPlayerEntity.height.HALF.HI == 0) && (((u16)gPlayerState.field_0x90.HALF.LO) & gUnk_0812225C[this->type2])) {
|
||||||
(((u16)gPlayerState.field_0x90.HALF.LO) & gUnk_0812225C[this->type2])) {
|
|
||||||
DoExitTransition((Entity*)GetCurrentRoomProperty(this->actionDelay));
|
DoExitTransition((Entity*)GetCurrentRoomProperty(this->actionDelay));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue