mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Merge pull request #2613 from Jaizu/patch-2
Fix ball resetting when hatching an Egg
This commit is contained in:
commit
d7b761f99a
@ -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…
x
Reference in New Issue
Block a user