Fix heading

This commit is contained in:
Rangi 2022-01-24 21:57:55 -05:00
parent e949477089
commit 0817dee42c

View File

@ -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 02 (or 253255 for Frustration).