0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 11:23:50 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/All-Star Baseball 2003 (USA) (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

111 lines
2.7 KiB
Plaintext

cheats = 27
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00002247+000A+100299EA+0007"
cheat0_enable = false
cheat1_desc = "Home Team Scores 0"
cheat1_code = "33000EB7+0000"
cheat1_enable = false
cheat2_desc = "Home Team Scores 50"
cheat2_code = "33000EB7+0032"
cheat2_enable = false
cheat3_desc = "Home Team Scores 100"
cheat3_code = "33000EB7+0064"
cheat3_enable = false
cheat4_desc = "Home Team Scores 150"
cheat4_code = "33000EB7+0096"
cheat4_enable = false
cheat5_desc = "Home Team Scores 200"
cheat5_code = "33000EB7+00C8"
cheat5_enable = false
cheat6_desc = "Home Team Starts With Score 5"
cheat6_code = "73000EB6+0000+33000EB7+0005"
cheat6_enable = false
cheat7_desc = "Home Team Starts With Score 10"
cheat7_code = "73000EB6+0000+33000EB7+000A"
cheat7_enable = false
cheat8_desc = "Home Team Starts With Score 20"
cheat8_code = "73000EB6+0000+33000EB7+0014"
cheat8_enable = false
cheat9_desc = "Home Team Starts With Score 50"
cheat9_code = "73000EB6+0000+33000EB7+0032"
cheat9_enable = false
cheat10_desc = "Away Team Scores 0"
cheat10_code = "33000EB6+0000"
cheat10_enable = false
cheat11_desc = "Away Team Scores 50"
cheat11_code = "33000EB6+0032"
cheat11_enable = false
cheat12_desc = "Away Team Scores 100"
cheat12_code = "33000EB6+0064"
cheat12_enable = false
cheat13_desc = "Away Team Scores 150"
cheat13_code = "33000EB6+0096"
cheat13_enable = false
cheat14_desc = "Away Team Scores 200"
cheat14_code = "33000EB6+00C8"
cheat14_enable = false
cheat15_desc = "Away Team Starts With Score 5"
cheat15_code = "73000EB6+0000+33000EB6+0005"
cheat15_enable = false
cheat16_desc = "Away Team Starts With Score 10"
cheat16_code = "73000EB6+0000+33000EB6+000A"
cheat16_enable = false
cheat17_desc = "Away Team Starts With Score 20"
cheat17_code = "73000EB6+0000+33000EB6+0014"
cheat17_enable = false
cheat18_desc = "Away Team Starts With Score 50"
cheat18_code = "73000EB6+0000+33000EB6+0032"
cheat18_enable = false
cheat19_desc = "Start On 2nd Inning"
cheat19_code = "73000EBA+0000+33000EBB+0001"
cheat19_enable = false
cheat20_desc = "Start On 3rd Inning"
cheat20_code = "73000EBA+0000+33000EBB+0002"
cheat20_enable = false
cheat21_desc = "Start On 4th Inning"
cheat21_code = "73000EBA+0000+33000EBB+0003"
cheat21_enable = false
cheat22_desc = "Start On 5th Inning"
cheat22_code = "73000EBA+0000+33000EBB+0004"
cheat22_enable = false
cheat23_desc = "Start On 6th Inning"
cheat23_code = "73000EBA+0000+33000EBB+0005"
cheat23_enable = false
cheat24_desc = "Start On 7th Inning"
cheat24_code = "73000EBA+0000+33000EBB+0006"
cheat24_enable = false
cheat25_desc = "Start On 8th Inning"
cheat25_code = "73000EBA+0000+33000EBB+0007"
cheat25_enable = false
cheat26_desc = "Start On 9th Inning"
cheat26_code = "73000EBA+0000+33000EBB+0008"
cheat26_enable = false