mirror of
https://github.com/libretro/libretro-database
synced 2025-04-05 22:54:27 +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
87 lines
1.9 KiB
Plaintext
87 lines
1.9 KiB
Plaintext
cheats = 21
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "00002B8F+000A+100008B4+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Max Coins P1"
|
|
cheat1_code = "8201BFC2+03E7"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Max Money (Shop)"
|
|
cheat2_code = "8201BE68+03E7"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Have All Rumors (Romor Billboard)"
|
|
cheat3_code = "8201BDBC+FFFF"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Start On S Class License Tests"
|
|
cheat4_code = "8201BE5C+0002"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "All License Tests Complete"
|
|
cheat5_code = "3201BDBA+00FF"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Have Red Missile"
|
|
cheat6_code = "830001B4+7003"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Always Max Weapon Power"
|
|
cheat7_code = "330001B6+0003"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Always Place 1st"
|
|
cheat8_code = "330001B8+0000"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "P1 Always Goemon"
|
|
cheat9_code = "3201BCEA+0000"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "P1 Always Pastel"
|
|
cheat10_code = "3201BCEA+0001"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "P1 Always Nyami"
|
|
cheat11_code = "3201BCEA+0002"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "P1 Always Ninja"
|
|
cheat12_code = "3201BCEA+0003"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "P1 Always Pawapuro-Kun"
|
|
cheat13_code = "3201BCEA+0004"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "P1 Always Takosuke"
|
|
cheat14_code = "3201BCEA+0005"
|
|
cheat14_enable = false
|
|
|
|
cheat15_desc = "P1 Always Dracula"
|
|
cheat15_code = "3201BCEA+0006"
|
|
cheat15_enable = false
|
|
|
|
cheat16_desc = "P1 Always Moai"
|
|
cheat16_code = "3201BCEA+0007"
|
|
cheat16_enable = false
|
|
|
|
cheat17_desc = "P1 Always Ebisumaru"
|
|
cheat17_code = "3201BCEA+0008"
|
|
cheat17_enable = false
|
|
|
|
cheat18_desc = "P1 Always King"
|
|
cheat18_code = "3201BCEA+0009"
|
|
cheat18_enable = false
|
|
|
|
cheat19_desc = "P1 Always Vic Viper"
|
|
cheat19_code = "3201BCEA+000A"
|
|
cheat19_enable = false
|
|
|
|
cheat20_desc = "P1 Always Bear Tank"
|
|
cheat20_code = "3201BCEA+000B"
|
|
cheat20_enable = false
|
|
|