0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 21:44:26 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/Dexter's Laboratory - Deesaster Strikes! (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

103 lines
2.1 KiB
Plaintext

cheats = 25
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00003EC4+000A+1000066C+0007"
cheat0_enable = false
cheat1_desc = "Infinite Health"
cheat1_code = "820325BE+0082"
cheat1_enable = false
cheat2_desc = "Infinite Tries"
cheat2_code = "820325BC+0009"
cheat2_enable = false
cheat3_desc = "Max Dee Dee's"
cheat3_code = "32032610+0063"
cheat3_enable = false
cheat4_desc = "Have Wrench"
cheat4_code = "320325E0+0003"
cheat4_enable = false
cheat5_desc = "Have Screwdriver"
cheat5_code = "320325E2+0004"
cheat5_enable = false
cheat6_desc = "Have Pliers"
cheat6_code = "320325E4+0005"
cheat6_enable = false
cheat7_desc = "Have Soldering Tool"
cheat7_code = "320325E6+0006"
cheat7_enable = false
cheat8_desc = "Have Hammer"
cheat8_code = "320325E8+0007"
cheat8_enable = false
cheat9_desc = "Have Drill"
cheat9_code = "320325EA+0008"
cheat9_enable = false
cheat10_desc = "Have Zap-a-tron"
cheat10_code = "320325EC+0009"
cheat10_enable = false
cheat11_desc = "Have Splurgerator"
cheat11_code = "320325EE+000B"
cheat11_enable = false
cheat12_desc = "Have Green Keycard"
cheat12_code = "320325F0+000C"
cheat12_enable = false
cheat13_desc = "Have Blue Keycard"
cheat13_code = "320325F2+000D"
cheat13_enable = false
cheat14_desc = "Have Red Keycard"
cheat14_code = "320325F4+000E"
cheat14_enable = false
cheat15_desc = "Have Yellow Keycard"
cheat15_code = "320325F6+000F"
cheat15_enable = false
cheat16_desc = "Have Brown Keycard"
cheat16_code = "320325F8+0010"
cheat16_enable = false
cheat17_desc = "Have Green Key"
cheat17_code = "320325FA+0012"
cheat17_enable = false
cheat18_desc = "Have Red Key"
cheat18_code = "320325FC+0013"
cheat18_enable = false
cheat19_desc = "Have Yellow Key"
cheat19_code = "320325FE+0014"
cheat19_enable = false
cheat20_desc = "Have Red Gem"
cheat20_code = "32032600+0016"
cheat20_enable = false
cheat21_desc = "Have Green Gem"
cheat21_code = "32032602+0017"
cheat21_enable = false
cheat22_desc = "Have Blue Gem"
cheat22_code = "32032604+0018"
cheat22_enable = false
cheat23_desc = "Have Yellow Gem"
cheat23_code = "32032606+0019"
cheat23_enable = false
cheat24_desc = "Have Yellow Pill"
cheat24_code = "32032608+0015"
cheat24_enable = false