mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix an incorrect comment regarding breeding
If Defense DV match and lower 3 DVs match father+mother, breeding chance isn't maximized, but prevented. Possibly done to combat in-breeding
This commit is contained in:
parent
700321a7fb
commit
b439a7259f
@ -88,7 +88,7 @@ CheckBreedmonCompatibility: ; 16e1d
|
||||
|
||||
.CheckDVs: ; 16ebc (5:6ebc)
|
||||
; If Defense DVs match and the lower 3 bits of the Special DVs match,
|
||||
; maximize the chances of spawning an egg regardless of species.
|
||||
; avoid breeding
|
||||
ld a, [wBreedMon1DVs]
|
||||
and %1111
|
||||
ld b, a
|
||||
|
Loading…
Reference in New Issue
Block a user