mirror of
https://github.com/libretro/libretro-database
synced 2025-04-07 21:34:30 +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
79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
cheats = 19
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00007F58+000A+1001E3D8+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Away Team Scores 255"
|
|
cheat1_code = "82000062+00FF"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Away Team Scores 150"
|
|
cheat2_code = "82000062+0096"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Away Team Scores 100"
|
|
cheat3_code = "82000062+0064"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Away Team Scores 0"
|
|
cheat4_code = "82000062+0000"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Away Team Starts With 255 Score"
|
|
cheat5_code = "72000062+0000+82000062+00FF"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Away Team Starts With 150 Score"
|
|
cheat6_code = "72000062+0000+82000062+0096"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Away Team Starts With 100 Score"
|
|
cheat7_code = "72000062+0000+82000062+0064"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Away Team Starts With 50 Score"
|
|
cheat8_code = "72000062+0000+82000062+0032"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Home Team Scores 255"
|
|
cheat9_code = "82000262+00FF"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Home Team Scores 150"
|
|
cheat10_code = "82000262+0096"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Home Team Scores 100"
|
|
cheat11_code = "82000262+0064"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "Home Team Scores 0"
|
|
cheat12_code = "82000262+0000"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "Home Team Starts With 255 Score"
|
|
cheat13_code = "72000262+0000+82000262+00FF"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "Home Team Starts With 150 Score"
|
|
cheat14_code = "72000262+0000+82000262+0096"
|
|
cheat14_enable = false
|
|
|
|
cheat15_desc = "Home Team Starts With 100 Score"
|
|
cheat15_code = "72000262+0000+82000262+0064"
|
|
cheat15_enable = false
|
|
|
|
cheat16_desc = "Home Team Starts With 50 Score"
|
|
cheat16_code = "72000262+0000+82000262+0032"
|
|
cheat16_enable = false
|
|
|
|
cheat17_desc = "Always 1st Down"
|
|
cheat17_code = "3200003A+0000"
|
|
cheat17_enable = false
|
|
|
|
cheat18_desc = "Always 4th Down"
|
|
cheat18_code = "3200003A+0003"
|
|
cheat18_enable = false
|
|
|