Skip to content

Commit

Permalink
Fixed pointers for Rev2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FIXMESTEVE committed Apr 19, 2018
1 parent 7254185 commit 1e5e3a5
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 1e5e3a5

Please sign in to comment.