mirror of
https://github.com/libretro/libretro-database
synced 2025-04-11 22:19:38 +00:00
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
103 lines
2.4 KiB
Plaintext
103 lines
2.4 KiB
Plaintext
cheats = 25
|
|
|
|
cheat0_desc = "Enable Code (Must Be On)"
|
|
cheat0_code = "000052DC+000A+10000F4E+0007"
|
|
cheat0_enable = false
|
|
|
|
cheat1_desc = "Invincible"
|
|
cheat1_code = "3202B634+0080"
|
|
cheat1_enable = false
|
|
|
|
cheat2_desc = "Infinite Health"
|
|
cheat2_code = "3202B62C+0020"
|
|
cheat2_enable = false
|
|
|
|
cheat3_desc = "Max Health"
|
|
cheat3_code = "3202B723+0020"
|
|
cheat3_enable = false
|
|
|
|
cheat4_desc = "Max Speed"
|
|
cheat4_code = "3202B71A+0041"
|
|
cheat4_enable = false
|
|
|
|
cheat5_desc = "Infinite Retries"
|
|
cheat5_code = "3202A5D0+0009"
|
|
cheat5_enable = false
|
|
|
|
cheat6_desc = "Infinite Crystal"
|
|
cheat6_code = "8202B79E+270F"
|
|
cheat6_enable = false
|
|
|
|
cheat7_desc = "Infinite Dash"
|
|
cheat7_code = "3202B6B8+0020"
|
|
cheat7_enable = false
|
|
|
|
cheat8_desc = "Web Proof"
|
|
cheat8_code = "3202B635+0000"
|
|
cheat8_enable = false
|
|
|
|
cheat9_desc = "Stop Task Timer"
|
|
cheat9_code = "32022CDC+006C"
|
|
cheat9_enable = false
|
|
|
|
cheat10_desc = "Play Timer At 0:00"
|
|
cheat10_code = "8202A5D8+0000"
|
|
cheat10_enable = false
|
|
|
|
cheat11_desc = "Level S"
|
|
cheat11_code = "3202A5D1+0006"
|
|
cheat11_enable = false
|
|
|
|
cheat12_desc = "Have Sub Tanks"
|
|
cheat12_code = "3202B71B+0004"
|
|
cheat12_enable = false
|
|
|
|
cheat13_desc = "Sub Tanks Full"
|
|
cheat13_code = "8202B71C+1E1E+8202B71E+1E1E"
|
|
cheat13_enable = false
|
|
|
|
cheat14_desc = "Have All Weapons & Elements"
|
|
cheat14_code = "8202B728+0F0F"
|
|
cheat14_enable = false
|
|
|
|
cheat15_desc = "Have All Weapon Skills Maxed"
|
|
cheat15_code = "8202B734+0603+8202B736+0204"
|
|
cheat15_enable = false
|
|
|
|
cheat16_desc = "Quick Weapon Charge"
|
|
cheat16_code = "7202B6C2+0008+3202B6C2+00FF"
|
|
cheat16_enable = false
|
|
|
|
cheat17_desc = "Press A For Moon Jump"
|
|
cheat17_code = "D0000020+0001+3202B5F8+0080"
|
|
cheat17_enable = false
|
|
|
|
cheat18_desc = "Infinite Fall Recovery"
|
|
cheat18_code = "8202B3D0+0808+8202B3D2+000B+8202B3D4+0001+8202B690+B3C8+8202B692+0202"
|
|
cheat18_enable = false
|
|
|
|
cheat19_desc = "Freeze Enemies"
|
|
cheat19_code = "32022868+0020+32022AE0+0002"
|
|
cheat19_enable = false
|
|
|
|
cheat20_desc = "Weak Bosses"
|
|
cheat20_code = "730017C0+0000+3202CC3C+0001"
|
|
cheat20_enable = false
|
|
|
|
cheat21_desc = "Press Select+R For Access Trans Server"
|
|
cheat21_code = "74000130+02FB+320236E2+0002"
|
|
cheat21_enable = false
|
|
|
|
cheat22_desc = "Have All Elves"
|
|
cheat22_code = "4202B744+FFFF+0000000A+0002"
|
|
cheat22_enable = false
|
|
|
|
cheat23_desc = "Infinite Elves"
|
|
cheat23_code = "4202B758+0000+00000005+0002"
|
|
cheat23_enable = false
|
|
|
|
cheat24_desc = "Have All Elves Fully Grown"
|
|
cheat24_code = "4202B78A+0202+0000000A+0002"
|
|
cheat24_enable = false
|
|
|