summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
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).