summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFyreire <77066742+FieryMewtwo@users.noreply.github.com>2022-01-04 10:49:07 -0500
committerFyreire <77066742+FieryMewtwo@users.noreply.github.com>2022-01-04 10:49:07 -0500
commit4ecffbf2be18e61644cd450095e9e446fb82aa57 (patch)
treec469c27bdb77fb679132bc6d75420df16376ff02
parent214a6e7722a48592036ebe3cee135aae211bbcc4 (diff)
Corrections.
-rw-r--r--Faster-HP-Drain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Faster-HP-Drain.md b/Faster-HP-Drain.md
index cda8ae3..cb00537 100644
--- a/Faster-HP-Drain.md
+++ b/Faster-HP-Drain.md
@@ -1,6 +1,6 @@
## Faster HP Drain
-From GSC till Gen 4, GF has made an error that caused the HP drain for max values over 48HP to drain slower than intended. For GSC-DPP/HGSS, the bar drains at a set increment, regardless the max HP of the pokemon. As expected, it'll be slow the larger the HP (like Blissey)
+From GSC till Gen 5, GF has made an error that caused the HP drain for max values over 48HP to drain slower than intended. For GSC-DPP/HGSS, the bar drains at a set increment, regardless the max HP of the pokemon. As expected, it'll be slow the larger the HP (like Blissey)
We can fix this by making it use the Mon's Max HP value in a fraction formula instead of being a set value!