diff options
Diffstat (limited to 'src/daycare.c')
-rw-r--r-- | src/daycare.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daycare.c b/src/daycare.c index 97190c1d6..e29c0fc70 100644 --- a/src/daycare.c +++ b/src/daycare.c @@ -32,6 +32,8 @@ // Combination of RSE's Day-Care (re-used on Four Island), FRLG's Day-Care, and egg_hatch.c +extern struct Evolution gEvolutionTable[][EVOS_PER_MON]; + struct EggHatchData { u8 eggSpriteID; |