diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-01-24 21:57:55 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-01-24 21:57:55 -0500 |
commit | 0817dee42ca7482db81a8eb66413e77ad903888f (patch) | |
tree | 06f9f7764ec60b9cd4c50047a53998e8c14a85ab | |
parent | e9494770894c0504a21e1e130ef51f1d97accaf8 (diff) |
Fix heading
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
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). |