You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove Heavy Ball never happens comment
It's not correct as Snorlax weights more than 409.6 kg.
This commit is contained in:
@@ -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 0 to catch rate if weight < 204.8 kg
|
||||||
; else add 20 to catch rate if weight < 307.2 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 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 a, [wEnemyMonSpecies]
|
||||||
ld hl, PokedexDataPointerTable
|
ld hl, PokedexDataPointerTable
|
||||||
dec a
|
dec a
|
||||||
|
@@ -791,7 +791,7 @@ HeavyBallMultiplier:
|
|||||||
; else add 0 to catch rate if weight < 204.8 kg
|
; else add 0 to catch rate if weight < 204.8 kg
|
||||||
; else add 20 to catch rate if weight < 307.2 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 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 a, [wEnemyMonSpecies]
|
||||||
ld hl, PokedexDataPointerTable
|
ld hl, PokedexDataPointerTable
|
||||||
dec a
|
dec a
|
||||||
|
Reference in New Issue
Block a user