mirror of
https://github.com/zeldaret/tmc
synced 2026-06-25 10:02:06 -04:00
Update src/object/minishSizedEntrance.c
Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
This commit is contained in:
@@ -33,9 +33,8 @@ void sub_08090F00(Entity* this) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
if ((((gPlayerState.flags.all & 0x80) && sub_080041A0(this, &gPlayerEntity, 4, 4)) &&
|
||||
(gPlayerEntity.height.HALF.HI == 0)) &&
|
||||
(((u16)gPlayerState.field_0x90.HALF.LO) & gUnk_0812225C[this->type2])) {
|
||||
if ((gPlayerState.flags.all & 0x80) && sub_080041A0(this, &gPlayerEntity, 4, 4) &&
|
||||
(gPlayerEntity.height.HALF.HI == 0) && (((u16)gPlayerState.field_0x90.HALF.LO) & gUnk_0812225C[this->type2])) {
|
||||
DoExitTransition((Entity*)GetCurrentRoomProperty(this->actionDelay));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user