Skip to content

Commit

Permalink
Ver 1.22
Browse files Browse the repository at this point in the history
++ English translation for genes
  • Loading branch information
secXsQuared committed Mar 1, 2018
1 parent 0d75abc commit e2be519
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 7 deletions.
3 changes: 3 additions & 0 deletions MHSEC-G/MHSEC-G/MHSEC-G.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
<ItemGroup>
<Resource Include="Resources\gene.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gene_JPN.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion MHSEC-G/MHSEC-G/Offsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public static void init(byte[] save)
_OFFSETR_LEVEL = 0x4;

read_item_mappings(Properties.Resources.idmap);
read_gene_mapping(Properties.Resources.gene);
read_gene_mapping(Properties.Resources.gene_JPN);
}
else
{
Expand Down
4 changes: 2 additions & 2 deletions MHSEC-G/MHSEC-G/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
39 changes: 36 additions & 3 deletions MHSEC-G/MHSEC-G/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions MHSEC-G/MHSEC-G/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,7 @@
<data name="monster_null_template_NA" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\monster_null_template_NA.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="gene_JPN" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gene_JPN.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
Binary file modified MHSEC-G/MHSEC-G/Resources/gene.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion MHSEC-G/MHSEC-G/Resources/gene_JPN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@
0143 クレナイ遺伝子
0144 エポナ遺伝子
0145 くまアシラ遺伝子
0146 斬竜遺伝子
0146 斬竜遺伝子

0 comments on commit e2be519

Please sign in to comment.