From 761878f1feb1aecdda20a3d7f3f813686a969218 Mon Sep 17 00:00:00 2001 From: Jaizu Date: Sat, 28 Jan 2023 21:35:04 +0100 Subject: [PATCH] Fix ball resetting when hatching an Egg --- src/egg_hatch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 0e819fdc74..3a5937ba4d 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -378,9 +378,6 @@ static void AddHatchedMonToParty(u8 id) GetMonNickname2(mon, gStringVar1); - ball = ITEM_POKE_BALL; - SetMonData(mon, MON_DATA_POKEBALL, &ball); - // A met level of 0 is interpreted on the summary screen as "hatched at" metLevel = 0; SetMonData(mon, MON_DATA_MET_LEVEL, &metLevel);