0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 17:04:34 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/Shining Soul II (World) (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

55 lines
1.3 KiB
Plaintext

cheats = 13
cheat0_desc = "Enable Code"
cheat0_code = "0000DA02+000A+10000780+0007"
cheat0_enable = false
cheat1_desc = "Walk Thru Walls"
cheat1_code = "74000130+03BF+E3003E9C+FF40+74000130+037F+E3003EA4+00B0+74000130+03DF+E3003E98+FF40+74000130+03EF+E3003EA0+00B0"
cheat1_enable = false
cheat2_desc = "Enemies Give 65,535 Exp When Killed"
cheat2_code = "82030BA4+FFFF+830046A4+FFFF+83004AA4+FFFF+83004EA4+FFFF+830052A4+FFFF+830056A4+FFFF"
cheat2_enable = false
cheat3_desc = "Infinite HP"
cheat3_code = "83003ED0+2760"
cheat3_enable = false
cheat4_desc = "Infinite SP"
cheat4_code = "83003ECE+2760"
cheat4_enable = false
cheat5_desc = "Infinite Status Points"
cheat5_code = "82003C36+03E7"
cheat5_enable = false
cheat6_desc = "Infinite Skill Points"
cheat6_code = "32003C4C+00FF"
cheat6_enable = false
cheat7_desc = "All Skills Mastered"
cheat7_code = "42003C50+0007+00000008+0004"
cheat7_enable = false
cheat8_desc = "Max Str"
cheat8_code = "82003C2C+03E7"
cheat8_enable = false
cheat9_desc = "Max Dex"
cheat9_code = "82003C2E+03E7"
cheat9_enable = false
cheat10_desc = "Max Int"
cheat10_code = "82003C30+03E7"
cheat10_enable = false
cheat11_desc = "Max Vit"
cheat11_code = "82003C32+03E7"
cheat11_enable = false
cheat12_desc = "All Stats Maxed"
cheat12_code = "42003C2C+03E7+00000004+0002"
cheat12_enable = false