summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soh/src/overlays/actors/ovl_En_Tp/z_en_tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/overlays/actors/ovl_En_Tp/z_en_tp.c b/soh/src/overlays/actors/ovl_En_Tp/z_en_tp.c
index 20966eac4..33449e4a0 100644
--- a/soh/src/overlays/actors/ovl_En_Tp/z_en_tp.c
+++ b/soh/src/overlays/actors/ovl_En_Tp/z_en_tp.c
@@ -657,7 +657,7 @@ void EnTp_Update(Actor* thisx, PlayState* play) {
Player* player = GET_PLAYER(play);
s16 yawToWall;
- if (player->stateFlags1 & PLAYER_STATE1_SHIELDING) { // Shielding
+ if (player->stateFlags1 & PLAYER_STATE1_DAMAGED) { // Damaged
this->damageEffect = TAILPASARAN_DMGEFF_NONE;
}