-
Notifications
You must be signed in to change notification settings - Fork 171
d_a_fr and d_a_obj_lp work #2372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9d0698f
Initial d_a_fr work
carter-ktb21 84a90d9
Merge branch 'zeldaret:main' into d_a_fr
carter-ktb21 522e2a6
general d_a_fr work
carter-ktb21 a97dc41
Pull request cleanup
carter-ktb21 2cad5ee
d_a_obj_lp almost matching
carter-ktb21 c54e757
Fixed compile error
carter-ktb21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -7,8 +7,14 @@ struct wd_ss { | |
| public: | ||
| /* 80C559C8 */ ~wd_ss(); | ||
| /* 80C55A04 */ wd_ss(); | ||
|
|
||
| /* 0x0000 */ J3DModel* mpModel; | ||
| /* 0x0004 */ u8 field_0x4[0x10 - 0x4]; | ||
| /* 0x0010 */ cXyz field_0x10[84]; | ||
| }; | ||
|
|
||
| STATIC_ASSERT(sizeof(wd_ss) == 0x400); // Could be incorrect size | ||
|
||
|
|
||
| /** | ||
| * @ingroup actors-objects | ||
| * @class obj_lp_class | ||
|
|
@@ -18,8 +24,24 @@ struct wd_ss { | |
| * | ||
| */ | ||
| class obj_lp_class : public fopAc_ac_c { | ||
| private: | ||
| /* 0x568 */ u8 field_0x568[0xadb8 - 0x568]; | ||
| public: | ||
| /* 0x0568 */ request_of_phase_process_class mPhase; | ||
| /* 0x0570 */ u8 field_0x570; | ||
| /* 0x0571 */ u8 field_0x571; | ||
| /* 0x0572 */ u8 field_0x572; | ||
| /* 0x0573 */ u8 field_0x573; | ||
| /* 0x0574 */ s16 field_0x574; | ||
| /* 0x0576 */ u8 field_0x576[0x57c - 0x576]; | ||
| /* 0x057C */ wd_ss mWdSs[42]; | ||
| /* 0xAD7C */ mDoExt_3DlineMat0_c field_0xad7c; | ||
| /* 0xAD98 */ int field_0xad98; | ||
| /* 0xAD9C */ u8 field_0xad9c[0xadb0 - 0xad9c]; | ||
| /* 0xADB0 */ u8 field_0xadb0; | ||
| /* 0xADB1 */ s8 field_0xadb1; | ||
| /* 0xADB2 */ u8 field_0xadb2; | ||
| /* 0xADB3 */ u8 field_0xadb3; | ||
| /* 0xADB4 */ u8 field_0xadb4; | ||
| /* 0xADB5 */ u8 field_0xadb5[0xadb8 - 0xadb5]; | ||
| }; | ||
|
|
||
| STATIC_ASSERT(sizeof(obj_lp_class) == 0xadb8); | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a fake member, the first 4 bytes should be taken up by the vtable by making the destructor virtual, which should also be inlined