Skip to content

Commit

Permalink
BugFix: Declining to receive an Egg does not produce more eggs after
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Dec 16, 2024
1 parent f2ac2d6 commit a7f644c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/events/daycare.asm
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ DayCareManOutside:
call PrintText
xor a ; FALSE
ld [wScriptVar], a
ld hl, wDayCareMan
res DAYCAREMAN_HAS_EGG_F, [hl]
call DayCare_InitBreeding
ret

.PartyFull:
Expand Down

0 comments on commit a7f644c

Please sign in to comment.