Update Habitat_Table.c

This commit is contained in:
ProfLeonDiasBackup
2021-06-24 01:13:49 -04:00
committed by GitHub
parent 71630f838e
commit 70fae76e83

View File

@@ -2571,8 +2571,6 @@ const u16 gRarePage33[] =
{
SPECIES_ETERNATUS,
SPECIES_ETERNATUS_ETERNAMAX,
SPECIES_ZARUDE,
SPECIES_CALYREX,
};
const u16 gRarePage34[] =
@@ -2582,6 +2580,25 @@ const u16 gRarePage34[] =
SPECIES_URSHIFU_RAPID,
};
const u16 gRarePage35[] =
{
SPECIES_ZARUDE,
SPECIES_ZARUDE_DADA,
};
const u16 gRarePage36[] =
{
SPECIES_GLASTRIER,
SPECIES_SPECTRIER,
};
const u16 gRarePage37[] =
{
SPECIES_CALYREX,
SPECIES_CALYREX_ICE_RIDER,
SPECIES_CALYREX_SHADOW_RIDER,
};
const struct HabitatPage gGrasslandPages[] =
{
{gGrasslandPage1, ARRAY_COUNT(gGrasslandPage1)},
@@ -2980,6 +2997,9 @@ const struct HabitatPage gRarePages[] =
{gRarePage32, ARRAY_COUNT(gRarePage32)},
{gRarePage33, ARRAY_COUNT(gRarePage33)},
{gRarePage34, ARRAY_COUNT(gRarePage34)},
{gRarePage35, ARRAY_COUNT(gRarePage35)},
{gRarePage36, ARRAY_COUNT(gRarePage36)},
{gRarePage37, ARRAY_COUNT(gRarePage37)},
};
const struct Habitat gHabitatPtrsTable[9] =