diff --git a/source/secure_values.c b/source/secure_values.c index 6b28cf7..d11f49e 100644 --- a/source/secure_values.c +++ b/source/secure_values.c @@ -201,6 +201,7 @@ void secureGameFromFilesystem() return; } } + /* ORAS demo makes this one tricky, I'm afraid if(!getSaveGameFileSize("/main",&size)) { if (size < POKEORAS_OFFSET) @@ -209,7 +210,7 @@ void secureGameFromFilesystem() whichSecureGame = SECURE_POKEOR; // ditto with OR/AS return; - } + } */ // and finally we just give up before even guessing whether savedata.bin belongs to Shuffle whichSecureGame = SECURE_UNKNOWN; return; diff --git a/svdt.3dsx b/svdt.3dsx index 258889b..cc08d95 100644 Binary files a/svdt.3dsx and b/svdt.3dsx differ