From b439a7259fa8b653938bfff1ac874582aae3ecab Mon Sep 17 00:00:00 2001 From: Fredrik Ljungdahl Date: Sat, 29 Oct 2016 01:52:13 +0200 Subject: [PATCH] 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 --- engine/breeding/egg.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/breeding/egg.asm b/engine/breeding/egg.asm index 050fa69af..fa499c071 100755 --- a/engine/breeding/egg.asm +++ b/engine/breeding/egg.asm @@ -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