regional form changes

This commit is contained in:
cawtds 2025-03-19 14:09:14 +01:00
parent 3129b95866
commit 537722ae74
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
static inline u32 GetCurrentRegion(void)
{
// TODO: Since there's no current multi-region support, we have this constant for the purposes of regional form comparisons.
return REGION_HOENN;
return REGION_KANTO;
}
#endif // GUARD_REGIONS_H

View File

@ -1232,6 +1232,8 @@ static void GiveMoveIfItem(struct Pokemon *mon, struct DayCare *daycare)
}
}
STATIC_ASSERT(P_SCATTERBUG_LINE_FORM_BREED == SPECIES_SCATTERBUG_ICY_SNOW || (P_SCATTERBUG_LINE_FORM_BREED >= SPECIES_SCATTERBUG_POLAR && P_SCATTERBUG_LINE_FORM_BREED <= SPECIES_SCATTERBUG_POKEBALL), ScatterbugLineFormBreedMustBeAValidScatterbugForm);
static u16 DetermineEggSpeciesAndParentSlots(struct DayCare *daycare, u8 *parentSlots)
{
u32 i;