1
0
mirror of https://github.com/libretro/libretro-database synced 2024-11-23 17:56:19 +00:00
libretro-database/cht/Nintendo - Game Boy Advance/Alienators - Evolution Continues (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

75 lines
1.7 KiB
Plaintext

cheats = 18
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00000000+0002+10299C60+0007"
cheat0_enable = false
cheat1_desc = "Infinite Health"
cheat1_code = "830019D8+0064"
cheat1_enable = false
cheat2_desc = "Infinite Rapid Fire"
cheat2_code = "830019EC+0063"
cheat2_enable = false
cheat3_desc = "Infinite Shampoo Goo"
cheat3_code = "830019F0+0063"
cheat3_enable = false
cheat4_desc = "Infinite Blue Flame"
cheat4_code = "830019F4+0063"
cheat4_enable = false
cheat5_desc = "Infinite Sludge Fire"
cheat5_code = "830019F8+0063"
cheat5_enable = false
cheat6_desc = "Infinite Big Blue Goo"
cheat6_code = "830019FC+0063"
cheat6_enable = false
cheat7_desc = "Infinite Blue Goo Grenades"
cheat7_code = "83001A02+0063"
cheat7_enable = false
cheat8_desc = "Have Red Key"
cheat8_code = "83001730+0001"
cheat8_enable = false
cheat9_desc = "Have Green Key"
cheat9_code = "83001732+0001"
cheat9_enable = false
cheat10_desc = "Have Blue Key"
cheat10_code = "83001734+0001"
cheat10_enable = false
cheat11_desc = "Have Yellow Key"
cheat11_code = "83001736+0001"
cheat11_enable = false
cheat12_desc = "Have All Cards"
cheat12_code = "43001730+0001+00000004+0002"
cheat12_enable = false
cheat13_desc = "Have Silver Card"
cheat13_code = "83001738+0001+8300173A+0001"
cheat13_enable = false
cheat14_desc = "Have All Discs"
cheat14_code = "7300173E+000A+8300173E+0000"
cheat14_enable = false
cheat15_desc = "All Vents Plugged"
cheat15_code = "73001742+000C+83001742+0000"
cheat15_enable = false
cheat16_desc = "All Components Found"
cheat16_code = "7300174C+0003+8300174C+0000"
cheat16_enable = false
cheat17_desc = "All Creatures Killed"
cheat17_code = "7300174A+0060+8300174A+0000"
cheat17_enable = false