From 0817dee42ca7482db81a8eb66413e77ad903888f Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 24 Jan 2022 21:57:55 -0500 Subject: [PATCH] Fix heading --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 369c5c6be..328192a7a 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -701,7 +701,7 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing ``` -## Return and Frustration deal no damage when the user's happiness is low or high, respectively +### Return and Frustration deal no damage when the user's happiness is low or high, respectively This happens because the user's happiness (or 255 − happiness for Frustration) is multiplied by 10 and divided by 25, which rounds down to zero when the happiness is 0–2 (or 253–255 for Frustration).