diff options
| author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-02 14:40:39 -0600 |
|---|---|---|
| committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-02 14:40:39 -0600 |
| commit | 34e69a4c64716fc8f33625445ceba22767d7a070 (patch) | |
| tree | c717a7b39a7c95bf2980d47780b218c4a8bd795a | |
| parent | 2cac6785d9f1f8abbac8a5bde701db2920aed48c (diff) | |
Updated Pokecenters Disregard Eggs (markdown)
| -rw-r--r-- | Pokecenters-Disregard-Eggs.md | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
