re-add const to gEvolutionTable in daycare.c
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user