diff options
| author | Idain <luiscarlosholguinperez@outlook.com> | 2021-06-02 01:33:11 -0400 |
|---|---|---|
| committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-06-02 01:33:11 -0400 |
| commit | 7ce7dc361b7e6e2b0e353abed6ddf8e863afdc9b (patch) | |
| tree | b3027c2917e267e356d68f18f97dc698e7c33fc0 | |
| parent | 65a327e7331d8a4eff262b4957ae9ad1347e640a (diff) | |
Hail subtracts 1/16 Max HP, not 1/8.
| -rw-r--r-- | Add-Hail-as-a-new-weather-condition.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-Hail-as-a-new-weather-condition.md b/Add-Hail-as-a-new-weather-condition.md index 720c43f..228d397 100644 --- a/Add-Hail-as-a-new-weather-condition.md +++ b/Add-Hail-as-a-new-weather-condition.md @@ -165,7 +165,7 @@ HandleWeather: + cp ICE + ret z + -+ call GetEighthMaxHP ++ call GetSixteenthMaxHP + call SubtractHPFromUser + + ld hl, PeltedByHailText |
