mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 15:13:59 -04:00
framestate, ezlo hint
This commit is contained in:
@@ -209,9 +209,9 @@ void sub_0808B73C(Entity* this) {
|
||||
}
|
||||
|
||||
u32 sub_0808B7C8(Entity* this) {
|
||||
if (!(gPlayerState.flags & PL_MINISH) && gPlayerState.field_0xa8 != 0x12 && gPlayerEntity.health != 0 &&
|
||||
if (!(gPlayerState.flags & PL_MINISH) && gPlayerState.framestate != PL_STATE_DIE && gPlayerEntity.health != 0 &&
|
||||
sub_08079F8C() && EntityInRectRadius(this, &gPlayerEntity, 5, 5) && gPlayerEntity.z.HALF.HI == 0) {
|
||||
if (this->actionDelay == 0 && gPlayerEntity.action == 0x1b) {
|
||||
if (this->actionDelay == 0 && gPlayerEntity.action == PLAYER_08072C9C) {
|
||||
sub_080791D0();
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user