Skip to content

Commit

Permalink
adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Jul 23, 2024
1 parent 65f2c5a commit 75f582d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions worlds/sm64ex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ class SM64World(World):
location_name_to_id = location_table

item_name_groups = {
"cannons": {
"Cannons": {
"Cannon Unlock BoB", "Cannon Unlock CCM", "Cannon Unlock JRB",
"Cannon Unlock RR" , "Cannon Unlock SL" , "Cannon Unlock SSL",
"Cannon Unlock THI", "Cannon Unlock TTM", "Cannon Unlock WDW",
"Cannon Unlock WF"
"Cannon Unlock WF",
},
"caps": {
"Metal Cap", "Vanish Cap", "Wing Cap"
"Caps": {
"Metal Cap", "Vanish Cap", "Wing Cap",
},
"moves": {
"Moves": {
"Backflip", "Climb", "Dive", "Double Jump", "Ground Pound", "Kick",
"Ledge Grab", "Long Jump", "Side Flip", "Triple Jump", "Wall Kick"
"Ledge Grab", "Long Jump", "Side Flip", "Triple Jump", "Wall Kick",
},
}

Expand Down

0 comments on commit 75f582d

Please sign in to comment.