From e90f7a76afa5997e8a1dc4096d080de83bb2d06c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 15 Dec 2020 14:33:30 -0800 Subject: [PATCH] One more comment --- NDecrypt/DSTool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDecrypt/DSTool.cs b/NDecrypt/DSTool.cs index 94b9244..a364f83 100644 --- a/NDecrypt/DSTool.cs +++ b/NDecrypt/DSTool.cs @@ -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) {