mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 17:45:33 -05:00
Remove Function Breaker
This commit is contained in:
@@ -110,8 +110,6 @@ const struct CompressedSpritePalette* GetMonSpritePalStructFromOtIdPersonality(u
|
||||
u32 shinyValue;
|
||||
species = TryGetFemaleGenderedSpecies(species, personality);
|
||||
|
||||
break_func(5);
|
||||
|
||||
shinyValue = HIHALF(otId) ^ LOHALF(otId) ^ HIHALF(personality) ^ LOHALF(personality);
|
||||
if (shinyValue < 8)
|
||||
return &gMonShinyPaletteTable[species];
|
||||
|
||||
Reference in New Issue
Block a user