Initial support for Scarlet & Violet

This commit is contained in:
Manu
2022-11-17 12:58:07 +01:00
parent ed6f28be1e
commit 3da864fa1d
10 changed files with 339 additions and 36 deletions

View File

@@ -26,12 +26,6 @@ namespace SwitchGiftDataManager.CommandLine
Console.ReadKey();
return;
}
else if (game is Games.SCVI)
{
Log("Scarlet and Violet are still not supported by this program. Please wait patiently.");
Console.ReadKey();
return;
}
var bcat = new BCATManager(game);