Generating music names for the debug menu based on their labels
This commit is contained in:
parent
6e7f139716
commit
503b85aa2d
2 changed files with 535 additions and 534 deletions
|
@ -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
|
||||
|
|
1068
src/debug.c
1068
src/debug.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue