0
0
mirror of https://github.com/libretro/libretro-database synced 2025-03-13 18:57:37 +00:00
libretro-database/cht/Nintendo - Game Boy Advance/Bomberman Max 2 - Blue Advance (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

39 lines
781 B
Plaintext

cheats = 9
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "0000F38C+000A+10001D70+0007"
cheat0_enable = false
cheat1_desc = "Stop Time"
cheat1_code = "830055A8+315B"
cheat1_enable = false
cheat2_desc = "Max Speed"
cheat2_code = "8200004C+0B00"
cheat2_enable = false
cheat3_desc = "Invincible"
cheat3_code = "8200006E+0001"
cheat3_enable = false
cheat4_desc = "Infinite Bombs"
cheat4_code = "82005194+0009"
cheat4_enable = false
cheat5_desc = "Infinite Lives"
cheat5_code = "82008098+000A"
cheat5_enable = false
cheat6_desc = "Max Bombs"
cheat6_code = "32000051+0009"
cheat6_enable = false
cheat7_desc = "Max Fire"
cheat7_code = "32000052+0009"
cheat7_enable = false
cheat8_desc = "All Charabombs"
cheat8_code = "42005B10+0001+0000001C+0010"
cheat8_enable = false