mirror of
https://github.com/libretro/libretro-database
synced 2025-04-06 08:14:26 +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
63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
cheats = 15
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00002300+000A+10000E6C+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Quick Score Gain"
|
|
cheat1_code = "830014D8+FFFF"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Max Score"
|
|
cheat2_code = "830014D8+E0FF+830014DA+05F5"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Press Select To Get 99% Coin Rating"
|
|
cheat3_code = "D0000020+0004+33001504+0063"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Need 0 Special Items To Finish Level"
|
|
cheat4_code = "33001508+0000"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Infinite Lives"
|
|
cheat5_code = "3300150A+0009"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Invincible"
|
|
cheat6_code = "33003986+0070"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Infinite Health"
|
|
cheat7_code = "33003925+001F"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Infinite Rocket Power"
|
|
cheat8_code = "3300398E+00E8"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Intinate Throw Sticks"
|
|
cheat9_code = "33003992+0020"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Have Rocket"
|
|
cheat10_code = "330022E9+0001"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Rapid Fire"
|
|
cheat11_code = "83003990+0000"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "Infinite Bombs"
|
|
cheat12_code = "73002310+0000+83002310+0900"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "No Overheating"
|
|
cheat13_code = "8300230C+0000"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "Quick Recovery"
|
|
cheat14_code = "7300398A+0008+83003988+0100+7300398A+0007+83003988+0100"
|
|
cheat14_enable = false
|
|
|