-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
372 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct BehaviorExtension { | ||
void* vftable; // 0x0 | ||
char pad_8[0x8]; | ||
}; // Size: 0x10 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
class Em0000 { | ||
char pad_0[0x10000]; | ||
}; // Size: 0x10000 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExActionState : public BehaviorExtension { | ||
char pad_10[0x18]; | ||
}; // Size: 0x28 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExAtkCombo : public BehaviorExtension { | ||
}; // Size: 0x10 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#pragma once | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExBaseInfo { | ||
char pad_0[0x130]; | ||
void* wp_anim_name_array; // 0x130 | ||
char pad_138[0xc0]; | ||
}; // Size: 0x1f8 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExCatch : public BehaviorExtension { | ||
char pad_10[0x70]; | ||
}; // Size: 0x80 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExCollision : public BehaviorExtension { | ||
char pad_10[0x120]; | ||
}; // Size: 0x130 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExExpInfo : public BehaviorExtension { | ||
char pad_10[0xae8]; | ||
}; // Size: 0xaf8 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExHackingInfo : public BehaviorExtension { | ||
char pad_10[0x70]; | ||
}; // Size: 0x80 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExLayoutParent : public BehaviorExtension { | ||
char pad_10[0x100]; | ||
}; // Size: 0x110 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExLockOn : public BehaviorExtension { | ||
char pad_10[0xe0]; | ||
}; // Size: 0xf0 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExNpc : public BehaviorExtension { | ||
char pad_10[0x28]; | ||
}; // Size: 0x38 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
#include "BehaviorExtension.hpp" | ||
namespace regenny { | ||
#pragma pack(push, 1) | ||
struct ExWaypoint : public BehaviorExtension { | ||
char pad_10[0xa0]; | ||
}; // Size: 0xb0 | ||
#pragma pack(pop) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.