Corrections.

Fyreire 2022-01-04 10:49:07 -05:00
parent 214a6e7722
commit 4ecffbf2be
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
## Faster HP Drain ## 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! We can fix this by making it use the Mon's Max HP value in a fraction formula instead of being a set value!