Merge pull request #2613 from Jaizu/patch-2
Fix ball resetting when hatching an Egg
This commit is contained in:
commit
d7b761f99a
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue