From c9ef0d1b7ae8cc68b4ef832f4a3c1f9cd85f716d Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Tue, 1 Jun 2021 17:16:24 -0400 Subject: re-add const to gEvolutionTable in daycare.c --- src/daycare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/daycare.c b/src/daycare.c index e29c0fc70..1c3f24ba3 100644 --- a/src/daycare.c +++ b/src/daycare.c @@ -32,7 +32,7 @@ // 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]; +extern const struct Evolution gEvolutionTable[][EVOS_PER_MON]; struct EggHatchData { -- cgit v1.2.3