Skip to content

Commit

Permalink
added in a couple of previously missing white patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinch-Bug committed Sep 12, 2024
1 parent 6a8d673 commit 787551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def sort_bidict(d: bidict, first_element=None):
"BLOSSOMSTEP": "Blossomstep", "BULLSEYE": "Bullseye", "SHOOTINGSTAR" : "Shooting Star", "EYESPOT" : "Eye Spot",
"PEBBLE": "Pebble", "TAILTWO": "Tail Two", "BUDDY": "Buddy", "FCONE": "FC One", "FCTWO": "FC Two",
"MIA": "Mia", "DIGIT": "Digit", "SCAR": "Scar", "BUSTER": "Buster", "FINN": "Finn", "KROPKA": "Kropka",
"HAWKBLAZE": "Hawkblaze", "LOCKET": "Locket", "PRINCESS": "Princess", "ROSINA" : "Rosina", "CAKE" : "Cake"})
"HAWKBLAZE": "Hawkblaze", "LOCKET": "Locket", "PRINCESS": "Princess", "ROSINA" : "Rosina", "CAKE" : "Cake", "BLAZEMASK" : 'Blazemask', "TEARS" : "Tears", "DOUGIE" : 'Dougie'})
white_patches = sort_bidict(white_patches, None)

genemod_white = bidict({None: 'None',
Expand Down

0 comments on commit 787551f

Please sign in to comment.