Remove Function Breaker

This commit is contained in:
Skeli
2019-05-24 09:58:29 -04:00
parent 7b7eb6105c
commit 35c4cc9acc

View File

@@ -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];