Merge pull request #2306 from AsparagusEduardo/RHH/pr/autogenNames
Generating music names for the debug menu based on their labels
This commit is contained in:
commit
133aa9e28d
2 changed files with 535 additions and 534 deletions
|
@ -79,6 +79,7 @@ SUPER_RE = A0
|
||||||
'?' = AC
|
'?' = AC
|
||||||
'.' = AD
|
'.' = AD
|
||||||
'-' = AE
|
'-' = AE
|
||||||
|
'_' = AE @ For autogenerating strings based on label names. Not using {UNDERSCORE} on purpose due to how bad it looks.
|
||||||
'·' = AF
|
'·' = AF
|
||||||
'…' = B0
|
'…' = B0
|
||||||
'“' = B1
|
'“' = 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