mirror of
https://github.com/libretro/libretro-database
synced 2025-04-05 03:23:45 +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
119 lines
2.8 KiB
Plaintext
119 lines
2.8 KiB
Plaintext
cheats = 29
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00000FB3+000A+100412CC+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Always Win"
|
|
cheat1_code = "32003FC8+0000"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Have More Pick Play Time (Press L+R+Up)"
|
|
cheat2_code = "74000130+00BF+33007384+0009"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Home Team Scores 255"
|
|
cheat3_code = "82003FE8+00FF"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Home Team Scores 200"
|
|
cheat4_code = "82003FE8+00C8"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Home Team Scores 150"
|
|
cheat5_code = "82003FE8+0096"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Home Team Scores 100"
|
|
cheat6_code = "82003FE8+0064"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Home Team Scores 50"
|
|
cheat7_code = "82003FE8+0032"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Home Team Scores 0"
|
|
cheat8_code = "82003FE8+0000"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Home Team Starts With 255"
|
|
cheat9_code = "72003FE8+0000+82003FE8+00FF"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Home Team Starts With 200"
|
|
cheat10_code = "72003FE8+0000+82003FE8+00C8"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Home Team Starts With 150"
|
|
cheat11_code = "72003FE8+0000+82003FE8+0096"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "Home Team Starts With 100"
|
|
cheat12_code = "72003FE8+0000+82003FE8+0064"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "Home Team Starts With 50"
|
|
cheat13_code = "72003FE8+0000+82003FE8+0032"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "Away Team Scores 255"
|
|
cheat14_code = "82003FC8+00FF"
|
|
cheat14_enable = false
|
|
|
|
cheat15_desc = "Away Team Scores 200"
|
|
cheat15_code = "82003FC8+00C8"
|
|
cheat15_enable = false
|
|
|
|
cheat16_desc = "Away Team Scores 150"
|
|
cheat16_code = "82003FC8+0096"
|
|
cheat16_enable = false
|
|
|
|
cheat17_desc = "Away Team Scores 100"
|
|
cheat17_code = "82003FC8+0064"
|
|
cheat17_enable = false
|
|
|
|
cheat18_desc = "Away Team Scores 50"
|
|
cheat18_code = "82003FC8+0032"
|
|
cheat18_enable = false
|
|
|
|
cheat19_desc = "Away Team Scores 0"
|
|
cheat19_code = "82003FC8+0000"
|
|
cheat19_enable = false
|
|
|
|
cheat20_desc = "Away Team Starts With 255"
|
|
cheat20_code = "72003FE8+0000+82003FE8+00FF"
|
|
cheat20_enable = false
|
|
|
|
cheat21_desc = "Away Team Starts With 200"
|
|
cheat21_code = "72003FE8+0000+82003FE8+00C8"
|
|
cheat21_enable = false
|
|
|
|
cheat22_desc = "Away Team Starts With 150"
|
|
cheat22_code = "72003FE8+0000+82003FE8+0096"
|
|
cheat22_enable = false
|
|
|
|
cheat23_desc = "Away Team Starts With 100"
|
|
cheat23_code = "72003FE8+0000+82003FE8+0064"
|
|
cheat23_enable = false
|
|
|
|
cheat24_desc = "Away Team Starts With 50"
|
|
cheat24_code = "72003FE8+0000+82003FE8+0032"
|
|
cheat24_enable = false
|
|
|
|
cheat25_desc = "Infinite Time To Choose A Play"
|
|
cheat25_code = "82000F80+0033"
|
|
cheat25_enable = false
|
|
|
|
cheat26_desc = "Always 1st Down"
|
|
cheat26_code = "82003F9C+0000"
|
|
cheat26_enable = false
|
|
|
|
cheat27_desc = "Always 4th Down"
|
|
cheat27_code = "82003F9C+0003"
|
|
cheat27_enable = false
|
|
|
|
cheat28_desc = "4th Quarter"
|
|
cheat28_code = "32003FA4+0004"
|
|
cheat28_enable = false
|
|
|