One more comment

This commit is contained in:
Matt Nadareski
2020-12-15 14:33:30 -08:00
parent 9750ae5a1e
commit e90f7a76af

View File

@@ -134,7 +134,7 @@ namespace NDecrypt
}
// Properly decrypted nonstandard value (mastering issue)
else if ((firstValue == 0xD0D48B67 && secondValue == 0x39392F23)
else if ((firstValue == 0xD0D48B67 && secondValue == 0x39392F23) // Dragon Quest 5 (EU)
|| (firstValue == 0x014A191A && secondValue == 0xA5C470B9) // Dragon Quest 5 (USA)
|| (firstValue == 0x7829BC8D && secondValue == 0x9968EF44)) // Dragon Quest 5 (JP)
{