mirror of
https://github.com/libretro/libretro-database
synced 2025-03-19 20:23:24 +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
39 lines
906 B
Plaintext
39 lines
906 B
Plaintext
cheats = 9
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00006931+000A+100008E6+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Quick Score"
|
|
cheat1_code = "83002988+FFFF"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Max Score"
|
|
cheat2_code = "83002988+C9FF+8300298A+3B9A"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Infinite Tries (Chao Mini-Game)"
|
|
cheat3_code = "330019B6+0000"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Infinite Rings (Chao Mini-Game)"
|
|
cheat4_code = "83001970+6363"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Infinite Rings (Chao Garden)"
|
|
cheat5_code = "83006194+2710"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Max Levels Chao"
|
|
cheat6_code = "43001568+0063+00000005+0008"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Ball Always Saved"
|
|
cheat7_code = "82035740+0017"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Press Select To Reset Time In Timed Events"
|
|
cheat8_code = "74000130+03FB+82034F8C+00C8"
|
|
cheat8_enable = false
|
|
|