Generating music names for the debug menu based on their labels

This commit is contained in:
Eduardo Quezada 2022-09-09 16:44:34 -04:00
parent 6e7f139716
commit 503b85aa2d
2 changed files with 535 additions and 534 deletions

View File

@ -79,6 +79,7 @@ SUPER_RE = A0
'?' = AC
'.' = AD
'-' = AE
'_' = AE @ For autogenerating strings based on label names. Not using {UNDERSCORE} on purpose due to how bad it looks.
'·' = AF
'…' = B0
'“' = B1

File diff suppressed because it is too large Load Diff