Remove Heavy Ball never happens comment

It's not correct as Snorlax weights more than 409.6 kg.
This commit is contained in:
Konrad Borowski 2022-05-25 18:05:15 +02:00 committed by mid-kid
parent fbcc8d1b0e
commit 6e3f2a47bd
2 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ Edit [engine/items/item_effects.asm](https://github.com/pret/pokecrystal/blob/ma
; else add 0 to catch rate if weight < 204.8 kg
; else add 20 to catch rate if weight < 307.2 kg
; else add 30 to catch rate if weight < 409.6 kg
; else add 40 to catch rate (never happens)
; else add 40 to catch rate
ld a, [wEnemyMonSpecies]
ld hl, PokedexDataPointerTable
dec a

View File

@ -791,7 +791,7 @@ HeavyBallMultiplier:
; else add 0 to catch rate if weight < 204.8 kg
; else add 20 to catch rate if weight < 307.2 kg
; else add 30 to catch rate if weight < 409.6 kg
; else add 40 to catch rate (never happens)
; else add 40 to catch rate
ld a, [wEnemyMonSpecies]
ld hl, PokedexDataPointerTable
dec a