Skip to content

Commit

Permalink
disabled filesystem-based ASR fetch for Pokemon main games (temporari…
Browse files Browse the repository at this point in the history
…ly?)
  • Loading branch information
meladroit committed Sep 16, 2015
1 parent 641c817 commit e7857ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/secure_values.c
Expand Up @@ -201,6 +201,7 @@ void secureGameFromFilesystem()
return;
}
}
/* ORAS demo makes this one tricky, I'm afraid
if(!getSaveGameFileSize("/main",&size))
{
if (size < POKEORAS_OFFSET)
Expand All @@ -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;
Expand Down
Binary file modified svdt.3dsx
Binary file not shown.

0 comments on commit e7857ea

Please sign in to comment.