From 34e69a4c64716fc8f33625445ceba22767d7a070 Mon Sep 17 00:00:00 2001 From: ghoulslash <41651341+ghoulslash@users.noreply.github.com> Date: Thu, 2 Jul 2020 14:40:39 -0600 Subject: [PATCH] Updated Pokecenters Disregard Eggs (markdown) --- Pokecenters-Disregard-Eggs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);