re-add const to gEvolutionTable in daycare.c

This commit is contained in:
Kurausukun
2021-06-01 17:16:24 -04:00
parent e80a68327b
commit c9ef0d1b7a
+1 -1
View File
@@ -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
{