From ae79200b1dd8ed693f968dc61048aaf9515db530 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Thu, 8 Sep 2022 20:33:56 -0500 Subject: [PATCH] Remove duplicate BUG comment in bug doc diff --- docs/bugs_and_glitches.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index adabcc3a5..6a40bbee7 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -791,7 +791,6 @@ And edit [engine/battle/move_effects/frustration.asm](https://github.com/pret/po BattleCommand_FrustrationPower: -; BUG: Return and Frustration deal no damage when the user's happiness is low or high, respectively (see docs/bugs_and_glitches.md) ... --; BUG: Return and Frustration deal no damage when the user's happiness is low or high, respectively (see docs/bugs_and_glitches.md) call Multiply ld a, 25 ldh [hDivisor], a