Making it possible to release the eggs is very simple.
in the file
look for this condition:
just eliminate it to make it possible to release an Egg.
Tested and working.
The question is:
Doing this cause any issues in the game or saving that I don't seem to see?
Thx
in the file
src\pokemon_storage_system.c
look for this condition:
else if (sStorage->displayMonIsEgg)
{
sStorage->state = 5; // Cannot release an Egg.
}
just eliminate it to make it possible to release an Egg.
Tested and working.
The question is:
Doing this cause any issues in the game or saving that I don't seem to see?
Thx