mirror of
https://github.com/libretro/libretro-database
synced 2024-11-27 10:18:56 +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
191 lines
4.3 KiB
Plaintext
191 lines
4.3 KiB
Plaintext
cheats = 47
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "000067A8+000A+100040F0+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Infinite Health P1"
|
|
cheat1_code = "32000020+0028"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "75% Health P1"
|
|
cheat2_code = "72000020+FF28+32000020+001E"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "50% Health P1"
|
|
cheat3_code = "72000020+FF28+32000020+0014"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "25% Health P1"
|
|
cheat4_code = "72000020+FF28+32000020+000A"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "1-Hit Death P1"
|
|
cheat5_code = "72000020+FF28+32000020+0001"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "No Health P1"
|
|
cheat6_code = "32000020+0000"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Infinite Health P2"
|
|
cheat7_code = "32000088+0028"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "75% Health P2"
|
|
cheat8_code = "72000088+FF28+32000088+001E"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "50% Health P2"
|
|
cheat9_code = "72000088+FF28+32000088+0014"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "25% Health P2"
|
|
cheat10_code = "72000088+FF28+32000088+000A"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "1-Hit Death P2"
|
|
cheat11_code = "72000088+FF28+32000088+0001"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "No Health P2"
|
|
cheat12_code = "32000088+0000"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "Infinite Time"
|
|
cheat13_code = "320001AC+0063"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "P1 Needs 1 Win To Win"
|
|
cheat14_code = "72000028+0000+32000029+0001"
|
|
cheat14_enable = false
|
|
|
|
cheat15_desc = "P1 Never Wins"
|
|
cheat15_code = "32000029+0000"
|
|
cheat15_enable = false
|
|
|
|
cheat16_desc = "P2 Needs 1 Win To Win"
|
|
cheat16_code = "72000090+0000+32000091+0001"
|
|
cheat16_enable = false
|
|
|
|
cheat17_desc = "P2 Never Wins"
|
|
cheat17_code = "32000091+0000"
|
|
cheat17_enable = false
|
|
|
|
cheat18_desc = "P1 Always Rain"
|
|
cheat18_code = "3202F6A8+0000"
|
|
cheat18_enable = false
|
|
|
|
cheat19_desc = "P1 Always Reptile"
|
|
cheat19_code = "3202F6A8+0001"
|
|
cheat19_enable = false
|
|
|
|
cheat20_desc = "P1 Always Stryker"
|
|
cheat20_code = "3202F6A8+0002"
|
|
cheat20_enable = false
|
|
|
|
cheat21_desc = "P1 Always Jax"
|
|
cheat21_code = "3202F6A8+0003"
|
|
cheat21_enable = false
|
|
|
|
cheat22_desc = "P1 Always Night Wolf"
|
|
cheat22_code = "3202F6A8+0004"
|
|
cheat22_enable = false
|
|
|
|
cheat23_desc = "P1 Always Jade"
|
|
cheat23_code = "3202F6A8+0005"
|
|
cheat23_enable = false
|
|
|
|
cheat24_desc = "P1 Always Noob Saibot"
|
|
cheat24_code = "3202F6A8+0006"
|
|
cheat24_enable = false
|
|
|
|
cheat25_desc = "P1 Always Sonya"
|
|
cheat25_code = "3202F6A8+0007"
|
|
cheat25_enable = false
|
|
|
|
cheat26_desc = "P1 Always Kano"
|
|
cheat26_code = "3202F6A8+0008"
|
|
cheat26_enable = false
|
|
|
|
cheat27_desc = "P1 Always Mileena"
|
|
cheat27_code = "3202F6A8+0009"
|
|
cheat27_enable = false
|
|
|
|
cheat28_desc = "P1 Always Ermac"
|
|
cheat28_code = "3202F6A8+000A"
|
|
cheat28_enable = false
|
|
|
|
cheat29_desc = "P1 Always Sub Zero"
|
|
cheat29_code = "3202F6A8+000B"
|
|
cheat29_enable = false
|
|
|
|
cheat30_desc = "P1 Always Sub Zero (Unmasked)"
|
|
cheat30_code = "3202F6A8+000C"
|
|
cheat30_enable = false
|
|
|
|
cheat31_desc = "P1 Always Kung Lao"
|
|
cheat31_code = "3202F6A8+000D"
|
|
cheat31_enable = false
|
|
|
|
cheat32_desc = "P1 Always Sektor"
|
|
cheat32_code = "3202F6A8+000E"
|
|
cheat32_enable = false
|
|
|
|
cheat33_desc = "P1 Always Kitana"
|
|
cheat33_code = "3202F6A8+000F"
|
|
cheat33_enable = false
|
|
|
|
cheat34_desc = "P1 Always Human Smoke"
|
|
cheat34_code = "3202F6A8+0010"
|
|
cheat34_enable = false
|
|
|
|
cheat35_desc = "P1 Always Scorpion"
|
|
cheat35_code = "3202F6A8+0011"
|
|
cheat35_enable = false
|
|
|
|
cheat36_desc = "P1 Always Cyrax"
|
|
cheat36_code = "3202F6A8+0012"
|
|
cheat36_enable = false
|
|
|
|
cheat37_desc = "P1 Always Kabal"
|
|
cheat37_code = "3202F6A8+0013"
|
|
cheat37_enable = false
|
|
|
|
cheat38_desc = "P1 Always Sindel"
|
|
cheat38_code = "3202F6A8+0014"
|
|
cheat38_enable = false
|
|
|
|
cheat39_desc = "P1 Always Smoke"
|
|
cheat39_code = "3202F6A8+0015"
|
|
cheat39_enable = false
|
|
|
|
cheat40_desc = "P1 Always Liu Kang"
|
|
cheat40_code = "3202F6A8+0016"
|
|
cheat40_enable = false
|
|
|
|
cheat41_desc = "P1 Always Shang Tsung"
|
|
cheat41_code = "3202F6A8+0017"
|
|
cheat41_enable = false
|
|
|
|
cheat42_desc = "P1 Always Motaro"
|
|
cheat42_code = "3202F6A8+0018"
|
|
cheat42_enable = false
|
|
|
|
cheat43_desc = "P1 Always Shao Kahn"
|
|
cheat43_code = "3202F6A8+0019"
|
|
cheat43_enable = false
|
|
|
|
cheat44_desc = "Hidden Character Always Human Smoke"
|
|
cheat44_code = "320001A8+0001"
|
|
cheat44_enable = false
|
|
|
|
cheat45_desc = "Hidden Character Always Motaro"
|
|
cheat45_code = "320001A8+0002"
|
|
cheat45_enable = false
|
|
|
|
cheat46_desc = "Hidden Character Always Shao Kahn"
|
|
cheat46_code = "320001A8+0003"
|
|
cheat46_enable = false
|
|
|