summaryrefslogtreecommitdiff
path: root/src/data/pokemon/evolution.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-03 12:33:47 -0600
committerGitHub <noreply@github.com>2018-12-03 12:33:47 -0600
commit8064b011d142cfb7a6c8aa1f8366b85a6ff4e45a (patch)
tree5d0753d9daa61c26d726a7bfcd669ccc3ff719f1 /src/data/pokemon/evolution.h
parentffa8655f4cd2cb8d6b1bdacc0a5568259eb60a72 (diff)
parentba1fc055581921f41cbaebfe9d91b51b8e5df544 (diff)
Merge pull request #424 from DizzyEggg/labels
Clean up src/data
Diffstat (limited to 'src/data/pokemon/evolution.h')
-rw-r--r--src/data/pokemon/evolution.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data/pokemon/evolution.h b/src/data/pokemon/evolution.h
index 8629ac9b1..c9b0cf716 100644
--- a/src/data/pokemon/evolution.h
+++ b/src/data/pokemon/evolution.h
@@ -1,6 +1,3 @@
-#ifndef POKEEMERALD_EVOLUTION_H
-#define POKEEMERALD_EVOLUTION_H
-
const struct Evolution gEvolutionTable[NUM_SPECIES][EVOS_PER_MON] =
{
[SPECIES_BULBASAUR] = {{EVO_LEVEL, 16, SPECIES_IVYSAUR}},
@@ -188,5 +185,3 @@ const struct Evolution gEvolutionTable[NUM_SPECIES][EVOS_PER_MON] =
[SPECIES_BELDUM] = {{EVO_LEVEL, 20, SPECIES_METANG}},
[SPECIES_METANG] = {{EVO_LEVEL, 45, SPECIES_METAGROSS}},
};
-
-#endif //POKEEMERALD_EVOLUTION_H