From 9e0a0245c765f7cdea98107abfccd2f23375db1a Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 9 Sep 2016 17:18:36 -0400 Subject: [PATCH] =?UTF-8?q?Add:=20Nidorina=20and=20Nidoqueen,=20not=20just?= =?UTF-8?q?=20Nidoran=E2=99=80,=20can=20produce=20either=20gender=20of=20N?= =?UTF-8?q?idoran=20eggs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + event/daycare.asm | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ecbe07c7c..7ae7b75938 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ These changes have been made since the previous 2.0.0 release. If you build the * Add: Move Nuzlocke mode option away from common ones. * Add: X/Y Gym Leader music for Valerie. * Add: Fairy tale references. +* Add: Nidorina and Nidoqueen, not just Nidoran♀, can produce either gender of Nidoran eggs. * Fix: Flash no longer requires the Zephyr Badge, since earning the Zephyr Badge requires using Flash. * Fix: The Rocket Grunt♀ who gives you a password has a glitched unbeatable team. * Fix: The Day-Care gives back fainted Pokémon in Nuzlocke mode. diff --git a/event/daycare.asm b/event/daycare.asm index 2feda7f365..88e72c6264 100755 --- a/event/daycare.asm +++ b/event/daycare.asm @@ -660,7 +660,12 @@ DayCare_InitBreeding: ; 16a3b ld a, [CurPartySpecies] cp NIDORAN_F + jr z, .NidoranFamilyMother + cp NIDORINA + jr z, .NidoranFamilyMother + cp NIDOQUEEN jr nz, .GotEggSpecies +.NidoranFamilyMother: call Random cp 1 + 50 percent ld a, NIDORAN_F