mirror of
https://github.com/libretro/libretro-database
synced 2025-04-04 09:55:13 +00:00
This commit decrypts most of the encrypted CodeBreaker cheat codes into their plain format. I manually fixed some games that had both plain and encrypted codes, causing some of them not to work. The advantage of having all codes in plain format is that it allows for users to add their codes (appending the file). Encryption prevents this since the cheat decoder tries to decrypt unconditionally. Added a tiny python script that assists in decoding these cheatcodes. It is not very smart so it might decrypt stuff that's already decrypted depending on the order of the cheats in the file. I manually eveyballed all the codes and ran some sanity checks on them to the point I trust most of the changes here. Some codes were already broken so I hopefully mend more things that I'm breaking with this change. Sorry for the whitespace cleanup! That's the script rewriting the files cleanly
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
cheats = 12
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00001926+000A+10000B34+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "P1 Always Scores 150"
|
|
cheat1_code = "33002096+0096"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "P1 Always Scores 0"
|
|
cheat2_code = "33002096+0000"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "P2 Always Scores 150"
|
|
cheat3_code = "330021E6+0096"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "P2 Always Scores 0"
|
|
cheat4_code = "330021E6+0000"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Press Select+L For No Time Left On The Playclock"
|
|
cheat5_code = "D0000020+0204+320007C8+0000"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Press Select+R For Max Time On The Playclock"
|
|
cheat6_code = "D0000020+0104+320007C8+0063"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Press Select For End Of Quarter"
|
|
cheat7_code = "D0000020+0004+820007CA+0000"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Always 1st Down"
|
|
cheat8_code = "320007D2+0001"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Always 4th Down"
|
|
cheat9_code = "320007D2+0004"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Press Select+Left For 1st Down"
|
|
cheat10_code = "D0000020+0024+320007D2+0001"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Press Select+Right For 4th Down"
|
|
cheat11_code = "D0000020+0014+320007D2+0004"
|
|
cheat11_enable = false
|
|
|