Fixed item id @ offset 0x150

This commit is contained in:
secXsQuared1995 2016-10-26 11:59:06 -04:00
parent 9c6a750945
commit c824de0fcb
3 changed files with 4 additions and 4 deletions

View File

@ -247,9 +247,9 @@
HorizontalAlignment="Left" Margin="12,265,0,0" VerticalAlignment="Top" />
<Label x:Name="label_m_warn2" Content="The exact IV algorithm is unknown. Edit wisely."
HorizontalAlignment="Left" Margin="62,285,0,0" VerticalAlignment="Top" />
<TextBlock x:Name="textblock_gene101" HorizontalAlignment="Left" Margin="385,10,0,0"
<TextBlock x:Name="textblock_gene101" HorizontalAlignment="Left" Margin="338,4,0,0"
TextWrapping="Wrap"
Text="Thank mana_ran@gbatemp.net for gene translations :)"
Text="Thank mana_ran@gbatemp.net for gene translations :)&#xD;Do NOT use genes that start with &quot;[D]&quot; They are potentially game-crashing."
VerticalAlignment="Top" />
<Button x:Name="button_mexp" Content="Max" HorizontalAlignment="Left" Margin="193,119,0,0"
VerticalAlignment="Top" Width="35" Click="button_mexp_Click" />

View File

@ -51,5 +51,5 @@ using System.Windows;
// 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("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.2.1.0")]
[assembly: AssemblyFileVersion("0.2.1.0")]

Binary file not shown.