0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 06:53:44 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/NBA Jam 2002 (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

59 lines
1.5 KiB
Plaintext

cheats = 14
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00000000+0002+1000C850+0007"
cheat0_enable = false
cheat1_desc = "Team 1 Scores 999"
cheat1_code = "830013AE+0009+830013B2+0009+830013B6+0009"
cheat1_enable = false
cheat2_desc = "Team 1 Scores 0"
cheat2_code = "830013AE+0000+830013B2+0000+830013B6+0000"
cheat2_enable = false
cheat3_desc = "Team 2 Scores 999"
cheat3_code = "830013B0+0009+830013B4+0009+830013B8+0009"
cheat3_enable = false
cheat4_desc = "Team 2 Scores 0"
cheat4_code = "830013B0+0000+830013B4+0000+830013B8+0000"
cheat4_enable = false
cheat5_desc = "Infinite Shot Clock"
cheat5_code = "3300136C+0019"
cheat5_enable = false
cheat6_desc = "Press Select For 1 Second On Shot Clock"
cheat6_code = "D0000020+0004+3300136C+0001"
cheat6_enable = false
cheat7_desc = "Press Select For 9 Seconds"
cheat7_code = "D0000020+0004+3300130A+0009"
cheat7_enable = false
cheat8_desc = "Press Select For 5x Seconds"
cheat8_code = "D0000020+0004+33001309+0005"
cheat8_enable = false
cheat9_desc = "Press Select For 2 Minutes"
cheat9_code = "D0000020+0004+33001308+0002"
cheat9_enable = false
cheat10_desc = "Press L For 1 Seconds"
cheat10_code = "D0000020+0200+3300130A+0001"
cheat10_enable = false
cheat11_desc = "Press L For 0x Seconds"
cheat11_code = "D0000020+0200+33001309+0005"
cheat11_enable = false
cheat12_desc = "Press L For 0 Minutes"
cheat12_code = "D0000020+0200+33001308+0000"
cheat12_enable = false
cheat13_desc = "Infinite Turbo"
cheat13_code = "330019BC+002E+330019C0+002E"
cheat13_enable = false