From d8b891b8071d68bae91ce6a5b205e56feaacc529 Mon Sep 17 00:00:00 2001 From: smb123w64gb Date: Sat, 24 Jun 2017 14:07:18 -0700 Subject: [PATCH] Fix --- BFRES_Injector_CMD/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BFRES_Injector_CMD/Program.cs b/BFRES_Injector_CMD/Program.cs index 734bd24..bdf5357 100644 --- a/BFRES_Injector_CMD/Program.cs +++ b/BFRES_Injector_CMD/Program.cs @@ -14,7 +14,7 @@ static void Main(string[] args) { Console.WriteLine($"\n> BFRES Injector v2.0a\n" + "> Made by SMB123W64GB\n" + - "> Api by Syroot\n" + + "> Using Syroot.NintenTools.Bfres API\n" + "> *.bfres *.obj\n"); ResFile TargetBFRES = new ResFile(args[0]);