This field will indicate when the song can be selected from the menu.
This should be an optional enum representing all possible values, which are:
[ ] YES
[ ] NO
[ ] ROULETTE
[ ] ES
[ ] OMES
[ ] integer values (?)
While YES and NO are the only options supported in SM5, the other options are still valid and should be preserved. However, SSC files may need to have those values converted to YES when writing, since I don't think SSC officially has ever supported the extra options, and they technically are not valid.
This field will indicate when the song can be selected from the menu.
This should be an optional enum representing all possible values, which are:
YES
NO
ROULETTE
ES
OMES
While
YES
andNO
are the only options supported inSM5
, the other options are still valid and should be preserved. However, SSC files may need to have those values converted toYES
when writing, since I don't think SSC officially has ever supported the extra options, and they technically are not valid.