summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-12-20 11:11:17 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-12-20 11:11:17 -0500
commit5f2865f0266ac1e1219cb584736d476d73dc7494 (patch)
treebdb6ffc793ddb94c1cf9fa3e193e9243c1954d60 /src/pokemon.c
parentfd2d0ca2ae5a0ac387578905eafd5a95b6ca4ad6 (diff)
Merge level-up learnsets
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 9f5a6967e..99fe39709 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -1603,6 +1603,7 @@ static const u16 sHMMoves[] =
MOVE_ROCK_SMASH, MOVE_WATERFALL, MOVE_DIVE, 0xFFFF
};
+#if defined(FIRERED)
static const u16 sDeoxysBaseStats[] =
{
50, // Hp
@@ -1612,6 +1613,17 @@ static const u16 sDeoxysBaseStats[] =
180, // Sp.Attack
20, // Sp.Defense
};
+#elif defined LEAFGREEN
+static const u16 sDeoxysBaseStats[] =
+{
+ 50, // Hp
+ 70, // Attack
+ 160, // Defense
+ 90, // Speed
+ 70, // Sp.Attack
+ 160, // Sp.Defense
+};
+#endif
const u16 gLinkPlayerFacilityClasses[] =
{