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/Castlevania - Harmony of Dissonance (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
1.0 KiB
Plaintext

cheats = 9
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "0000AE04+000A+10000946+0007"
cheat0_enable = false
cheat1_desc = "Start With 99 Mill"
cheat1_code = "7201879E+0000+8201879C+E0FF+7201879E+0000+8201879E+05F5"
cheat1_enable = false
cheat2_desc = "Quick Level Up"
cheat2_code = "3201879A+000F"
cheat2_enable = false
cheat3_desc = "Super Jump"
cheat3_code = "D0000020+0001+3200046D+0000"
cheat3_enable = false
cheat4_desc = "Infinite Jumps (After Equipping Sylph Feather)"
cheat4_code = "3200043A+0001"
cheat4_enable = false
cheat5_desc = "Can Move During Cutscenes"
cheat5_code = "32000404+0000+3200001B+0000"
cheat5_enable = false
cheat6_desc = "Debug Mode (Reset After Starting Game)"
cheat6_code = "880007A4+200D"
cheat6_enable = false
cheat7_desc = "Rare Ghost Always Appears In Clock Tower B (Hold L When Entering Room)"
cheat7_code = "D0000020+0200+32000F22+0001"
cheat7_enable = false
cheat8_desc = "All Enemy Info In Encyclopedia"
cheat8_code = "42018854+FFFF+00000018+0002"
cheat8_enable = false