mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 00:30:05 -05:00
regional form changes
This commit is contained in:
parent
3129b95866
commit
537722ae74
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user