Let me explain...CVS2 Iori by H and Ryu by POTS (and many others) have ex modes by holding start when selecting them. Is there a way i can reverse this so where the ex mode is the main mode and the main mode is selected when holding start...? (this question is made of fail)
Well for my Ryu you just open Ryu.st and replace "var(1)= ifelse(palno=9, 3, ifelse(palno>=7, 2, 1))" with "var(1)= ifelse(palno=9, 3, ifelse(palno>=7, 1, 2))". Don't forget to change the palette order as well... or just use the different def files I provided (explained in the Readme).And I don't have Iori right now to check, but it ought to be something like modifying all his PalNo triggers as well.