Skip to content

Commit

Permalink
Update Voice offset
Browse files Browse the repository at this point in the history
  • Loading branch information
chirpxiv committed Oct 3, 2023
1 parent 36d4f83 commit 3b86d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Anamnesis/Memory/ActorMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public enum CharacterFlagDefs : byte
[Bind(0x08B8)] public ushort OrnamentId { get; set; }
[Bind(0x0980)] public AnimationMemory? Animation { get; set; }
[Bind(0x1294)] public bool IsMotionEnabled { get; set; }
[Bind(0x1A98)] public float Transparency { get; set; }
[Bind(0x1B74)] public byte Voice { get; set; }
[Bind(0x1B28)] public float Transparency { get; set; }
[Bind(0x13C0)] public byte Voice { get; set; }
[Bind(0x1BB6)] public byte CharacterModeRaw { get; set; }
[Bind(0x1BB7)] public byte CharacterModeInput { get; set; }
[Bind(0x1BD4)] public byte AttachmentPoint { get; set; }
Expand Down

0 comments on commit 3b86d7f

Please sign in to comment.