chore: update for 6.0

This commit is contained in:
Anna 2021-12-07 02:03:11 -05:00
parent 5a6ed3a359
commit 340ac667ef
3 changed files with 5 additions and 4 deletions

View File

@ -21,11 +21,11 @@ namespace TheGreatSeparator {
internal const string ShowFlyText = "E8 ?? ?? ?? ?? FF C7 41 D1 C7"; internal const string ShowFlyText = "E8 ?? ?? ?? ?? FF C7 41 D1 C7";
internal const string SprintfNumber = "48 83 EC 28 44 8B C9"; 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 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 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 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 = { private static readonly byte[] ThirdArgOne = {

View File

@ -35,6 +35,6 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.4"/> <PackageReference Include="DalamudPackager" Version="2.1.5"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

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