Editing MechaCon
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 591: | Line 591: | ||
// check if the -1th byte is 0 (sum is not checked) | // check if the -1th byte is 0 (sum is not checked) | ||
if (patches[ | if (patches[0x6E]) | ||
return false; | return false; | ||
// read encryption key | // read encryption key | ||
ksGetKey(key504, 504); | ksGetKey(key504, 504); | ||