diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-04 09:10:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-04 09:10:09 -0400 |
commit | 75ab879fd876d35eac8498296994278e213b6e7a (patch) | |
tree | b9763615e9771ac5dce777031a80b57b12d9cac2 /src/daycare.c | |
parent | e82080d42bbb81b2add8bef5c073cc353dfea307 (diff) | |
parent | 2d3210dc1129e3d60a9d138838dc867d8b106b41 (diff) |
Merge remote-tracking branch 'origin/master' into modern_ld
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..1c3f24ba3 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 const struct Evolution gEvolutionTable[][EVOS_PER_MON]; + struct EggHatchData { u8 eggSpriteID; |