0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-08 16:14:27 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/WWF - Road to WrestleMania (USA, Europe) (Code Breaker).cht
David Guillen Fandos abf99061cb GBA cheat codes cleanup!
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
2021-05-04 18:30:38 +02:00

107 lines
2.4 KiB
Plaintext

cheats = 26
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "000067AF+000A+1000044C+0007"
cheat0_enable = false
cheat1_desc = "Infinite Time"
cheat1_code = "83002ADC+FFFF"
cheat1_enable = false
cheat2_desc = "P1 Max Stamina Bar (Left)"
cheat2_code = "33001840+0003"
cheat2_enable = false
cheat3_desc = "P1 No Stamina Bar (Left)"
cheat3_code = "33001840+0000"
cheat3_enable = false
cheat4_desc = "P1 Max Stamina Bar (Right)"
cheat4_code = "3300183E+0003"
cheat4_enable = false
cheat5_desc = "P1 No Stamina Bar (Right)"
cheat5_code = "3300183E+0000"
cheat5_enable = false
cheat6_desc = "P1 Max Special Bar"
cheat6_code = "3300183D+0003"
cheat6_enable = false
cheat7_desc = "P1 No Special Bar"
cheat7_code = "3300183D+0000"
cheat7_enable = false
cheat8_desc = "P2 Max Stamina Bar (Left)"
cheat8_code = "33001980+0003"
cheat8_enable = false
cheat9_desc = "P2 No Stamina Bar (Left)"
cheat9_code = "33001980+0000"
cheat9_enable = false
cheat10_desc = "P2 Max Stamina Bar (Right)"
cheat10_code = "3300197E+0003"
cheat10_enable = false
cheat11_desc = "P2 No Stamina Bar (Right)"
cheat11_code = "3300197E+0000"
cheat11_enable = false
cheat12_desc = "P2 Max Special Bar"
cheat12_code = "3300197D+0003"
cheat12_enable = false
cheat13_desc = "P2 No Special Bar"
cheat13_code = "3300197D+0000"
cheat13_enable = false
cheat14_desc = "P3 Max Stamina Bar (Left)"
cheat14_code = "33001AC0+0003"
cheat14_enable = false
cheat15_desc = "P3 No Stamina Bar (Left)"
cheat15_code = "33001AC0+0000"
cheat15_enable = false
cheat16_desc = "P3 Max Stamina Bar (Right)"
cheat16_code = "33001ABE+0003"
cheat16_enable = false
cheat17_desc = "P3 No Stamina Bar (Right)"
cheat17_code = "33001ABE+0000"
cheat17_enable = false
cheat18_desc = "P3 Max Special Bar"
cheat18_code = "33001ABD+0003"
cheat18_enable = false
cheat19_desc = "P3 No Special Bar"
cheat19_code = "33001ABD+0000"
cheat19_enable = false
cheat20_desc = "P4 Max Stamina Bar (Left)"
cheat20_code = "33001980+0003"
cheat20_enable = false
cheat21_desc = "P4 No Stamina Bar (Left)"
cheat21_code = "33001980+0000"
cheat21_enable = false
cheat22_desc = "P4 Max Stamina Bar (Right)"
cheat22_code = "3300197E+0003"
cheat22_enable = false
cheat23_desc = "P4 No Stamina Bar (Right)"
cheat23_code = "3300197E+0000"
cheat23_enable = false
cheat24_desc = "P4 Max Special Bar"
cheat24_code = "3300197D+0003"
cheat24_enable = false
cheat25_desc = "P4 No Special Bar"
cheat25_code = "3300197D+0000"
cheat25_enable = false