diff options
Diffstat (limited to 'engine/events')
-rwxr-xr-x | engine/events/daycare.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index 7da559e75..ddfa5b89c 100755 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -665,7 +665,7 @@ DayCare_InitBreeding: ; 16a3b cp NIDORAN_F jr nz, .GotEggSpecies call Random - cp 1 + 50 percent + cp 50 percent + 1 ld a, NIDORAN_F jr c, .GotEggSpecies ld a, NIDORAN_M |