0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 13:43:49 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/Boxing Fever (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

127 lines
3.0 KiB
Plaintext

cheats = 31
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00005C96+000A+1000E8E0+0007"
cheat0_enable = false
cheat1_desc = "Infinite Health P1"
cheat1_code = "32015129+0030"
cheat1_enable = false
cheat2_desc = "No Health P1"
cheat2_code = "32015129+0000"
cheat2_enable = false
cheat3_desc = "Infinite Stamina P1"
cheat3_code = "3201512D+0030"
cheat3_enable = false
cheat4_desc = "No Stamina P1"
cheat4_code = "3201512D+0000"
cheat4_enable = false
cheat5_desc = "Infinite Health CPU"
cheat5_code = "32015379+0030"
cheat5_enable = false
cheat6_desc = "No Health CPU"
cheat6_code = "32015379+0000"
cheat6_enable = false
cheat7_desc = "Infinite Stamina CPU"
cheat7_code = "3201537D+0030"
cheat7_enable = false
cheat8_desc = "No Stamina CPU"
cheat8_code = "3201537D+0000"
cheat8_enable = false
cheat9_desc = "Always Round 1"
cheat9_code = "32014F64+0001"
cheat9_enable = false
cheat10_desc = "P1 Always Tiny"
cheat10_code = "3200F53C+0000+3200F688+0000"
cheat10_enable = false
cheat11_desc = "P1 Always Mickey"
cheat11_code = "3200F53C+0001+3200F688+0001"
cheat11_enable = false
cheat12_desc = "P1 Always Jackpot"
cheat12_code = "3200F53C+0002+3200F688+0002"
cheat12_enable = false
cheat13_desc = "P1 Always Royal"
cheat13_code = "3200F53C+0003+3200F688+0003"
cheat13_enable = false
cheat14_desc = "P1 Always Hammer"
cheat14_code = "3200F53C+0004+3200F688+0004"
cheat14_enable = false
cheat15_desc = "P1 Always Major"
cheat15_code = "3200F53C+0005+3200F688+0005"
cheat15_enable = false
cheat16_desc = "P1 Always Nadine"
cheat16_code = "3200F53C+0006+3200F688+0006"
cheat16_enable = false
cheat17_desc = "P1 Always Maiagaru"
cheat17_code = "3200F53C+0007+3200F688+0007"
cheat17_enable = false
cheat18_desc = "P1 Always Trainer"
cheat18_code = "3200F53C+0008+3200F688+0008"
cheat18_enable = false
cheat19_desc = "P1 Always Boxor"
cheat19_code = "3200F53C+0009+3200F688+0009"
cheat19_enable = false
cheat20_desc = "P1 Always Byclop"
cheat20_code = "3200F53C+000A+3200F688+000A"
cheat20_enable = false
cheat21_desc = "P1 Always Ice Berg"
cheat21_code = "3200F53C+000B+3200F688+000B"
cheat21_enable = false
cheat22_desc = "P1 Always Nitro"
cheat22_code = "3200F53C+000C+3200F688+000C"
cheat22_enable = false
cheat23_desc = "P1 Always Jackpot 2"
cheat23_code = "3200F53C+000D+3200F688+000D"
cheat23_enable = false
cheat24_desc = "P1 Always Royal 2"
cheat24_code = "3200F53C+000E+3200F688+000E"
cheat24_enable = false
cheat25_desc = "P1 Always Psycho"
cheat25_code = "3200F53C+000F+3200F688+000F"
cheat25_enable = false
cheat26_desc = "P1 Always Sgt Drill"
cheat26_code = "3200F53C+0010+3200F688+0010"
cheat26_enable = false
cheat27_desc = "P1 Always Violet"
cheat27_code = "3200F53C+0011+3200F688+0011"
cheat27_enable = false
cheat28_desc = "P1 Always Maiagaru 2"
cheat28_code = "3200F53C+0012+3200F688+0012"
cheat28_enable = false
cheat29_desc = "P1 Always Trainer 2"
cheat29_code = "3200F53C+0013+3200F688+0013"
cheat29_enable = false
cheat30_desc = "P1 Always Boxor 2"
cheat30_code = "3200F53C+0014+3200F688+0014"
cheat30_enable = false