Updated Pokecenters Disregard Eggs (markdown)

ghoulslash 2020-07-02 14:40:39 -06:00
parent 2cac6785d9
commit 34e69a4c64
1 changed files with 2 additions and 1 deletions

@ -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);