mirror of
https://github.com/libretro/libretro-database
synced 2024-11-23 17:56:19 +00:00
abf99061cb
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.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
cheats = 15
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00005CF3+000A+1000BF9A+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Have All Runes (Inventory)"
|
|
cheat1_code = "330000EC+00FF"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Invincible"
|
|
cheat2_code = "83000140+009D"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Have Fireball Ability (Scorpion King)"
|
|
cheat3_code = "33000108+0001"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Always Sword Equipped (Scorpion King)"
|
|
cheat4_code = "3300014C+0000"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Always Hooks Equipped (Scorpion King)"
|
|
cheat5_code = "3300014C+0001"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Burning Weapons (Scorpion King)"
|
|
cheat6_code = "33000234+0001"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Max Scorpions"
|
|
cheat7_code = "33000258+0063"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Infinite Lives"
|
|
cheat8_code = "33000288+0063"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Have Sword Of Osiris (Scorpion King)"
|
|
cheat9_code = "33000290+0001"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Have Flames"
|
|
cheat10_code = "33000294+0001"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Skip Logos"
|
|
cheat11_code = "73001DC8+0029+33001DC8+002C"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "Debug Menu (Choose Continue At Title Screen Menu)"
|
|
cheat12_code = "73001DC8+0025+33001DC8+002D"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "Infinite Health"
|
|
cheat13_code = "3300327D+0008"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "Press Select For Moon Jump"
|
|
cheat14_code = "D0000020+0004+830032BA+FFFC"
|
|
cheat14_enable = false
|
|
|