summaryrefslogtreecommitdiff
path: root/src/data/pokemon/evolution.h
diff options
context:
space:
mode:
authorgarak <garakmon@gmail.com>2018-12-03 16:58:28 -0500
committergarak <garakmon@gmail.com>2018-12-03 16:58:28 -0500
commit2c14d6ee6c40f4b7e5cd9366080ce911d67be718 (patch)
tree4a70ca275a2f161d2d23f63d0608f92d8ea08acb /src/data/pokemon/evolution.h
parentd6a88e0eaa7d74f187fb27f8a376203f40537340 (diff)
parentd9a5de5317d4589b139f9532a7e8bf3b851e673f (diff)
fix merge conflicts
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