ref: b439a7259fa8b653938bfff1ac874582aae3ecab
parent: 700321a7fb2d6c852ffc91cc0b8867526cb76813
author: Fredrik Ljungdahl <fredde1994@gmail.com>
date: Fri Oct 28 21:52:13 EDT 2016
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
--- a/engine/breeding/egg.asm
+++ b/engine/breeding/egg.asm
@@ -88,7 +88,7 @@
.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