Skip to content

Commit

Permalink
fix: diva skill address
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Feb 21, 2024
1 parent a7def9e commit 6c46d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Models/Addresses/AddressModelHGE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public AddressModelHGE(Mem m)
public override int AlternativeMonster1Part10() => 1;

/// <inheritdoc/>
public override int DivaSkill() => this.M.ReadByte("mhfo-hd.dll+ED3EB08");
public override int DivaSkill() => this.M.ReadByte("mhfo-hd.dll+E6CCF24"); // also "mhfo-hd.dll"+ED8BE60

/// <inheritdoc/>
public override int StarGrades() => this.M.ReadByte("mhfo-hd.dll+E774CAE");
Expand Down
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Models/Addresses/AddressModelNotHGE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ public AddressModelNotHGE(Mem m)
public override int AlternativeMonster1Part10() => 1;

/// <inheritdoc/>
public override int DivaSkill() => this.M.ReadByte("mhfo.dll+6104368");
public override int DivaSkill() => this.M.ReadByte("mhfo.dll+5A95364");

/// <inheritdoc/>
public override int StarGrades() => this.M.ReadByte("mhfo.dll+5B3D086");
Expand Down

0 comments on commit 6c46d31

Please sign in to comment.