Skip to content

Commit

Permalink
gust_pak: add support for A25 (Atelier Marie Remake)
Browse files Browse the repository at this point in the history
Closes #81.
  • Loading branch information
VitaSmith committed Jul 14, 2023
1 parent 107e9ed commit 4b15641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vs/gust_pak.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>-l PACK01.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-l PACK11_00.PAK</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>-l PACK01.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-l PACK11_00.PAK</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>-l PACK01.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-l PACK11_00.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>-l PACK01.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-l PACK11_00.PAK</LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions gust_pak.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static char* master_key[][2] = {
{ "", "" }, // No master key
{ "A23", "dGGKXLHLuCJwv8aBc3YQX6X6sREVPchs" }, // A23 master key
{ "A24", "fyrixtT9AhA4v0cFahgMcgVwxFrry42A" }, // A24 master key
{ "A25", "vh0WESTtbeBuTwWusr4EVusMi4TbLmjQ" }, // A25 master key
};
const char* mk;

Expand Down

0 comments on commit 4b15641

Please sign in to comment.