0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-05 10:13:51 +00:00
Files
libretro-database/cht/Nintendo - Game Boy Advance/King of Fighters EX, The - NeoBlood (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

83 lines
1.9 KiB
Plaintext

cheats = 20
cheat0_desc = "Enable Code (Must Be On)"
cheat0_code = "000024CA+000A+10023984+0007"
cheat0_enable = false
cheat1_desc = "Infinite Time"
cheat1_code = "82000A8A+FFFF"
cheat1_enable = false
cheat2_desc = "Infinite Health P1"
cheat2_code = "820023E0+0064"
cheat2_enable = false
cheat3_desc = "75% Health P1"
cheat3_code = "720023E0+0064+820023E0+004B"
cheat3_enable = false
cheat4_desc = "50% Health P1"
cheat4_code = "720023E0+0064+820023E0+0032"
cheat4_enable = false
cheat5_desc = "25% Health P1"
cheat5_code = "720023E0+0064+820023E0+0019"
cheat5_enable = false
cheat6_desc = "No Health P1"
cheat6_code = "820023E0+0000"
cheat6_enable = false
cheat7_desc = "1-Hit Death P1"
cheat7_code = "720023E0+0064+820023E0+0001"
cheat7_enable = false
cheat8_desc = "Max Special P1"
cheat8_code = "820023EC+03E7"
cheat8_enable = false
cheat9_desc = "No Special P1"
cheat9_code = "820023EC+0000"
cheat9_enable = false
cheat10_desc = "Infinite Health P2"
cheat10_code = "820023F8+0064"
cheat10_enable = false
cheat11_desc = "75% Health P2"
cheat11_code = "720023F8+0064+820023F8+004B"
cheat11_enable = false
cheat12_desc = "50% Health P2"
cheat12_code = "720023F8+0064+820023F8+0032"
cheat12_enable = false
cheat13_desc = "25% Health P2"
cheat13_code = "720023F8+0064+820023F8+0019"
cheat13_enable = false
cheat14_desc = "No Health P2"
cheat14_code = "820023F8+0000"
cheat14_enable = false
cheat15_desc = "1-Hit Death P2"
cheat15_code = "720023F8+0064+820023F8+0001"
cheat15_enable = false
cheat16_desc = "Max Special P2"
cheat16_code = "82002404+03E7"
cheat16_enable = false
cheat17_desc = "No Special P2"
cheat17_code = "82002404+0000"
cheat17_enable = false
cheat18_desc = "Instant Win Player [Press L+R+Start]"
cheat18_code = "74000130+00F7+320023F8+0000"
cheat18_enable = false
cheat19_desc = "No Secondary Character Player 2"
cheat19_code = "32002406+0000"
cheat19_enable = false