mirror of https://github.com/pret/pokeemerald.git
Corrections.
parent
214a6e7722
commit
4ecffbf2be
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue