mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Generating music names for the debug menu based on their labels
This commit is contained in:
parent
6e7f139716
commit
503b85aa2d
@ -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 New Issue
Block a user