diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-28 22:12:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 22:12:17 -0700 |
commit | 51bad5a606d7b2e8f72638a3c688e9792ca60944 (patch) | |
tree | cc2bb6c2efc3196f423e10c28fc2700803b73854 /engine | |
parent | 700321a7fb2d6c852ffc91cc0b8867526cb76813 (diff) | |
parent | 146d12d6e50ed468bcb4866b23483bdebf4e5874 (diff) |
Merge pull request #352 from FredrIQ/comments
Comments
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/breeding/egg.asm | 2 |
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 |