Skip to content

Commit

Permalink
Merge pull request #2 from s4e-tom/master
Browse files Browse the repository at this point in the history
Fixed pointers for Rev2.1 (after Steam invite fix)
  • Loading branch information
WesselKuipers authored Apr 22, 2018
2 parents 7254185 + 1e5e3a5 commit 76641a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GGRev2ComboRecipeManager.Lib/ComboRecipeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace GGRev2ComboRecipeManager.Lib
{
public class ComboRecipeManager
{
const int SLOT1_OFFSET_POINTER = 0x00BD3F24;
const int SLOT1_OFFSET_POINTER = 0x00BD3E94;
const string PROCESS_NAME = "GuiltyGearXrd";

public static ComboRecipe[] ReadComboRecipes()
Expand Down
2 changes: 1 addition & 1 deletion GGRev2ComboRecipeManager.Lib/DummyRecordingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace GGRev2ComboRecipeManager.Lib
{
public class DummyRecordingManager
{
private const int DUMMY_SLOT1_POINTER = 0x00BAF62C;
private const int DUMMY_SLOT1_POINTER = 0x00BAF5AC;
const string PROCESS_NAME = "GuiltyGearXrd";

public static DummyRecording[] ReadDummyRecordings()
Expand Down

0 comments on commit 76641a2

Please sign in to comment.