mirror of
https://github.com/pret/pokegold.git
synced 2026-03-21 17:34:16 -05:00
Mention another bug in the catching formula
This commit is contained in:
parent
95351646d6
commit
d80786f4e8
|
|
@ -306,6 +306,7 @@ PokeBallEffect:
|
|||
srl b
|
||||
rr c
|
||||
|
||||
; BUG: Catch rate formula breaks for Pokémon with max HP > 341 (see docs/bugs_and_glitches.md)
|
||||
ld a, c
|
||||
and a
|
||||
jr nz, .okay_1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user