Compare commits

...

2 Commits

Author SHA1 Message Date
Anna b9a6276eb6
chore: bump version to 1.2.2 2021-12-07 02:03:30 -05:00
Anna 121f8b0d28
chore: update for 6.0 2021-12-07 02:03:11 -05:00
3 changed files with 6 additions and 5 deletions

View File

@ -21,11 +21,11 @@ namespace TheGreatSeparator {
internal const string ShowFlyText = "E8 ?? ?? ?? ?? FF C7 41 D1 C7";
internal const string SprintfNumber = "48 83 EC 28 44 8B C9";
internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 41 8B D6 E8 ?? ?? ?? ??";
internal const string HotbarManaStringify = "45 33 C0 48 8B CE C6 44 24 ?? ?? 42 8B 14 38 E8 ?? ?? ?? ??";
internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 41 8B D6 E8";
internal const string HotbarManaStringify = "45 33 C0 48 8B CE C6 44 24 ?? ?? 42 8B 14 38 E8";
internal const string PartyListStringify = "45 33 C0 C6 44 24 ?? ?? 8B D5 E8 ?? ?? ?? ?? EB";
internal const string Separator = "44 0F B6 05 ?? ?? ?? ?? 45 84 C0 74 36 F6 87 ?? ?? ?? ?? ??";
internal const string Separator = "44 0F B6 05 ?? ?? ?? ?? 45 84 C0 74 36 F6 87";
}
private static readonly byte[] ThirdArgOne = {

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5-windows</TargetFramework>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -35,6 +35,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.4"/>
<PackageReference Include="DalamudPackager" Version="2.1.5"/>
</ItemGroup>
</Project>

View File

@ -8,3 +8,4 @@ description: |-
- Party list HP
- Ability costs on hotbars
- Ability costs in tooltips
repo_url: https://git.annaclemens.io/ascclemens/TheGreatSeparator