ntsc-1.0: Fix mismatch

This commit is contained in:
Ryan Dwyer
2021-09-17 23:53:04 +10:00
parent 8459ed78d7
commit 99c7aaf888
+6 -2
View File
@@ -9264,7 +9264,7 @@ void pakWipe(s8 device, u32 start, u32 end)
#if VERSION >= VERSION_PAL_FINAL
if (!func0f11c39c(result, device, 1, 3955))
#elif VERSION >= VERSION_NTSC_1_0
if (!func0f11c39c(result, device, 1, 3948))
if (!func0f11c39c(result, device, 1, 3753))
#else
if (!func0f11c39c(result, device, 1, 3573))
#endif
@@ -9844,10 +9844,14 @@ s32 pakScrub(s8 device)
if (func0f11c39c(result, device, 1, 4147) == 0) {
return -1;
}
#elif VERSION >= VERSION_NTSC_1_0
#elif VERSION >= VERSION_NTSC_FINAL
if (func0f11c39c(result, device, 1, 4140) == 0) {
return -1;
}
#elif VERSION >= VERSION_NTSC_1_0
if (func0f11c39c(result, device, 1, 3945) == 0) {
return -1;
}
#else
func0f11c39c(result, device, 1, 3779);
#endif