summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2016-10-28 22:12:17 -0700
committerGitHub <noreply@github.com>2016-10-28 22:12:17 -0700
commit51bad5a606d7b2e8f72638a3c688e9792ca60944 (patch)
treecc2bb6c2efc3196f423e10c28fc2700803b73854 /engine
parent700321a7fb2d6c852ffc91cc0b8867526cb76813 (diff)
parent146d12d6e50ed468bcb4866b23483bdebf4e5874 (diff)
Merge pull request #352 from FredrIQ/comments
Comments
Diffstat (limited to 'engine')
-rwxr-xr-xengine/breeding/egg.asm2
1 files changed, 1 insertions, 1 deletions
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