Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

Commit

Permalink
offset quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mineminemine committed Aug 20, 2017
1 parent fe56ac4 commit 96c4682
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MHXXSaveEditor/Data/Offsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ class Offsets
public const int CHARACTER_EYE_COLOR_OFFSET2 = 0x23B49; //Size 1
public const int CHARACTER_CLOTHING_OFFSET2 = 0x23B4A; //Size 1
public const int CHARACTER_GENDER_OFFSET2 = 0x23B4B; // Size 1
public const int CHARACTER_HAIRSTYLE_OFFSET2 = 0x23B4C; //Size 1
public const int CHARACTER_FACE_OFFSET2 = 0x23B4D; //Size 1
public const int CHARACTER_FEATURES_OFFSET2 = 0x23B4E; //Size 1
public const int CHARACTER_HAIRSTYLE_OFFSET2 = 0x23B4D; //Size 1
public const int CHARACTER_FACE_OFFSET2 = 0x23B4E; //Size 1
public const int CHARACTER_FEATURES_OFFSET2 = 0x23B4F; //Size 1

public const int CHARACTER_VOICE_OFFSET3 = 0XC71D7; //Size 1
public const int CHARACTER_EYE_COLOR_OFFSET3 = 0XC71D8; //Size 1
public const int CHARACTER_CLOTHING_OFFSET3 = 0XC71D9; //Size 1
public const int CHARACTER_GENDER_OFFSET3 = 0xC71DA; // Size 1
public const int CHARACTER_HAIRSTYLE_OFFSET3 = 0xC71DB; //Size 1
public const int CHARACTER_FACE_OFFSET3 = 0xC71DC; //Size 1
public const int CHARACTER_FEATURES_OFFSET3 = 0xC71DD; //Size 1
public const int CHARACTER_HAIRSTYLE_OFFSET3 = 0xC71DC; //Size 1
public const int CHARACTER_FACE_OFFSET3 = 0xC71DD; //Size 1
public const int CHARACTER_FEATURES_OFFSET3 = 0xC71DE; //Size 1

public const int CHARACTER_SKIN_COLOR_OFFSET2 = 0x23B67; //Size 4
public const int CHARACTER_HAIR_COLOR_OFFSET2 = 0X23B6B; //Size 4
Expand Down

0 comments on commit 96c4682

Please sign in to comment.