From 4ecffbf2be18e61644cd450095e9e446fb82aa57 Mon Sep 17 00:00:00 2001 From: Fyreire <77066742+FieryMewtwo@users.noreply.github.com> Date: Tue, 4 Jan 2022 10:49:07 -0500 Subject: [PATCH] Corrections. --- Faster-HP-Drain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!