mirror of https://github.com/pret/pokeemerald.git
Updated Pokecenters Disregard Eggs (markdown)
parent
2cac6785d9
commit
34e69a4c64
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue