constants.py
: Add mapping between course names and letter IDs
This commit is contained in:
parent
f4e8a70f01
commit
226060e6b6
@ -104,3 +104,12 @@ DIFFICULTY_BYTES = {
|
||||
'Ura': [64, 31],
|
||||
'Edit': [64, 31]
|
||||
}
|
||||
|
||||
COURSE_IDS = {
|
||||
'Easy': 'e',
|
||||
'Normal': 'n',
|
||||
'Hard': 'h',
|
||||
'Oni': 'm',
|
||||
'Ura': 'x',
|
||||
'Edit': 'x'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user