Skip to content

Commit

Permalink
Swapped the order of instruments in DK64 to match the Kongs rather th…
Browse files Browse the repository at this point in the history
…an to be alphabetic
  • Loading branch information
Go1den committed Dec 29, 2023
1 parent 07c70ab commit 9586f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supportedGames/dk64/donkeykong64.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def getHintList(self) -> list[Hint]:
Hint('Bongos', '/supportedGames/dk64/images/bongos.png', 'Bongos Hint'),
Hint('Guitar', '/supportedGames/dk64/images/guitar.png', 'Guitar Hint'),
Hint('Saxophone', '/supportedGames/dk64/images/saxophone.png', 'Saxophone Hint'),
Hint('Triangle', '/supportedGames/dk64/images/triangle.png', 'Triangle Hint'),
Hint('Trombone', '/supportedGames/dk64/images/trombone.png', 'Trombone Hint'),
Hint('Triangle', '/supportedGames/dk64/images/triangle.png', 'Triangle Hint'),
Hint('Aztec DK', '/supportedGames/dk64/images/dk.png', 'Angry Aztec - DK Hint'),
Hint('Aztec Diddy', '/supportedGames/dk64/images/diddy.png', 'Angry Aztec - Diddy Hint'),
Hint('Aztec Tiny', '/supportedGames/dk64/images/tiny.png', 'Angry Aztec - Tiny Hint'),
Expand Down

0 comments on commit 9586f32

Please sign in to comment.