Zeiza
Smash Cadet
Sorry about this being late.Hi! Do you know what I'd have to change in PSA to have only the Default White and the Black Doctor Marios have the pill/electric effects?
Because those two outfits have other outfits between then, making changes to do that would be difficult. The easiest way would be to replace the blue Dr. Mario outfit with his white one, and then making the comparison for outfits >= 10. I'm not sure if that change would conflict with some other change in your build, but its probably the easiest.
The other way would be to change all the comparisons to check if its == to outfit 7, or if it is == 11. There is probably some way to do that, since there are ways to check if both are correct, but I don't know enough about that. Otherwise, you'd probably have to switch the code between the if-else, and change the if to check that the outfit != 7 and != 11.
If you did this, you would have to find any places that reference that subroutine and change them, since adding the new lines will change the offset.