From d165da7ffc8690f95b3505d1f5811bc4fc549975 Mon Sep 17 00:00:00 2001 From: MichailTalReborn Date: Tue, 10 Feb 2026 17:51:55 +0100 Subject: [PATCH] Revert the actual bug fix --- engine/battle/ai/redundant.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/battle/ai/redundant.asm b/engine/battle/ai/redundant.asm index bb7ee8b66..bb9338fb7 100644 --- a/engine/battle/ai/redundant.asm +++ b/engine/battle/ai/redundant.asm @@ -113,7 +113,7 @@ AI_Redundant: .Nightmare: ld a, [wBattleMonStatus] - and SLP_MASK + and a jr z, .Redundant ld a, [wPlayerSubStatus1] bit SUBSTATUS_NIGHTMARE, a