diff --git a/soh/src/overlays/actors/ovl_Bg_Toki_Swd/z_bg_toki_swd.c b/soh/src/overlays/actors/ovl_Bg_Toki_Swd/z_bg_toki_swd.c index 4fe2c817c..7680adb6f 100644 --- a/soh/src/overlays/actors/ovl_Bg_Toki_Swd/z_bg_toki_swd.c +++ b/soh/src/overlays/actors/ovl_Bg_Toki_Swd/z_bg_toki_swd.c @@ -134,8 +134,7 @@ void func_808BAF40(BgTokiSwd* this, PlayState* play) { BgTokiSwd_SetupAction(this, func_808BB0AC); } else { Player* player = GET_PLAYER(play); - if (Actor_IsFacingPlayer(&this->actor, 0x2000) && - (!IS_RANDO || (IS_RANDO && player->getItemId == GI_NONE))) { + if (Actor_IsFacingPlayer(&this->actor, 0x2000)) { func_8002F580(&this->actor, play); } }