diff --git a/Pokecenters-Disregard-Eggs.md b/Pokecenters-Disregard-Eggs.md index 3253bef..e04e832 100644 --- a/Pokecenters-Disregard-Eggs.md +++ b/Pokecenters-Disregard-Eggs.md @@ -1,5 +1,7 @@ ## Pokecenters Disregard Eggs +Credit to ghoulslash + In Gen4+, pokecenters disregarded eggs for the healing animation. This replicates that effect in Pokeemerald ### Replace the relevant party count @@ -14,7 +16,6 @@ Keep [src/field_effect.c](../blob/master/src/field_effect.c) open. Add the follo #include "pokemon_storage_system.h" ``` -### Make `CountPartyNonEggMons` a global function Open [include/pokemon_storage_system.h](../blob/master/include/pokemon_storage_system.h). Add the following to the bottom: ```c u8 CountPartyNonEggMons(void);