0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 05:43:45 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/Doom (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

127 lines
2.7 KiB
Plaintext

cheats = 31
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "00000000+0002+1000030A+0007"
cheat0_enable = false
cheat1_desc = "Infinite Health"
cheat1_code = "830004B4+03E7"
cheat1_enable = false
cheat2_desc = "Infinite Armor"
cheat2_code = "330004B8+03E7"
cheat2_enable = false
cheat3_desc = "Have Shotgun"
cheat3_code = "33000504+0001"
cheat3_enable = false
cheat4_desc = "Have Proective Armor On"
cheat4_code = "330004C9+0003"
cheat4_enable = false
cheat5_desc = "Have Blue Key"
cheat5_code = "330004D0+0001"
cheat5_enable = false
cheat6_desc = "Have Yellow Key"
cheat6_code = "330004D4+0001"
cheat6_enable = false
cheat7_desc = "Have Red Keycard"
cheat7_code = "330004D8+0001"
cheat7_enable = false
cheat8_desc = "Have Rocket Launcher"
cheat8_code = "3300050C+0001"
cheat8_enable = false
cheat9_desc = "Have Plasma Gun"
cheat9_code = "83000510+0001"
cheat9_enable = false
cheat10_desc = "Have Machine Gun"
cheat10_code = "83000514+0001"
cheat10_enable = false
cheat11_desc = "Have BFG9000"
cheat11_code = "33000514+0001"
cheat11_enable = false
cheat12_desc = "Have Chainsaw"
cheat12_code = "33000518+0001"
cheat12_enable = false
cheat13_desc = "Infinite Bullets"
cheat13_code = "8300051C+03E7"
cheat13_enable = false
cheat14_desc = "Infinite Shotgun Shells"
cheat14_code = "83000520+03E7"
cheat14_enable = false
cheat15_desc = "Infinite Plasma Cells"
cheat15_code = "83000524+03E7"
cheat15_enable = false
cheat16_desc = "Infinite Rockets"
cheat16_code = "83000528+03E7"
cheat16_enable = false
cheat17_desc = "Max Bullets"
cheat17_code = "8300052C+03E7"
cheat17_enable = false
cheat18_desc = "Max Shotgun Shells"
cheat18_code = "83000530+03E7"
cheat18_enable = false
cheat19_desc = "Max Plasma Cells"
cheat19_code = "83000534+03E7"
cheat19_enable = false
cheat20_desc = "Max Rockets"
cheat20_code = "83000538+03E7"
cheat20_enable = false
cheat21_desc = "Beat Up Face Icon"
cheat21_code = "33006CD4+0001"
cheat21_enable = false
cheat22_desc = "Perfect Face Icon"
cheat22_code = "33006CD4+00FF"
cheat22_enable = false
cheat23_desc = "Weapon Always Hands"
cheat23_code = "330004F4+0000"
cheat23_enable = false
cheat24_desc = "Weapon Always Pistol"
cheat24_code = "330004F4+0001"
cheat24_enable = false
cheat25_desc = "Weapon Always Shotgun"
cheat25_code = "330004F4+0002"
cheat25_enable = false
cheat26_desc = "Weapon Always Chaingun"
cheat26_code = "330004F4+0003"
cheat26_enable = false
cheat27_desc = "Weapon Always Rocket Launcher"
cheat27_code = "330004F4+0004"
cheat27_enable = false
cheat28_desc = "Weapon Always Plasma Rifle"
cheat28_code = "330004F4+0005"
cheat28_enable = false
cheat29_desc = "Weapon Always BFG"
cheat29_code = "330004F4+0006"
cheat29_enable = false
cheat30_desc = "Weapon Always Chainsaw"
cheat30_code = "330004F4+0007"
cheat30_enable = false