-
Notifications
You must be signed in to change notification settings - Fork 94
d_a_obj_msdan2 #919
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
Open
RedArms
wants to merge
8
commits into
zeldaret:main
Choose a base branch
from
RedArms:d_a_obj_msdan2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
d_a_obj_msdan2 #919
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e8fb03d
Decompile d_a_obj_msdan2
RedArms ca0f23d
Fix and cleaning
RedArms 699b235
Forgot to add .h
RedArms bf9b715
Decompile d_a_obj_msdan2
RedArms cde8c50
Fix all
RedArms 81dc101
Correct some mistakes
RedArms 90bbdfa
Correct some other mistakes
RedArms 8047968
deleted the line
RedArms 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -1,20 +1,41 @@ | ||
| #ifndef D_A_OBJ_MSDAN2_H | ||
| #define D_A_OBJ_MSDAN2_H | ||
|
|
||
| #include "f_op/f_op_actor.h" | ||
| #include "d/dolzel_rel.h" // IWYU pragma: keep | ||
| #include "d/d_procname.h" | ||
| #include "d/d_priority.h" | ||
| #include "d/d_a_obj.h" | ||
|
|
||
| namespace daObjMsdan2 { | ||
| class Act_c : public fopAc_ac_c { | ||
| public: | ||
| void prm_get_swSave() const {} | ||
|
|
||
|
|
||
| enum Prm_e { | ||
| PRM_SWSAVE_W = 8, | ||
| PRM_SWSAVE_S = 0, | ||
| }; | ||
|
|
||
| enum Mode_e { | ||
| MODE_WAIT = 0, | ||
| MODE_EVENT = 1, | ||
| MODE_EVENT_RUNNING= 2, | ||
| MODE_DONE = 3, | ||
| }; | ||
|
|
||
| int prm_get_swSave() const { | ||
| return daObj::PrmAbstract<Prm_e>(this, PRM_SWSAVE_W, PRM_SWSAVE_S); | ||
| } | ||
|
|
||
| cPhs_State Mthd_Create(); | ||
| BOOL Mthd_Execute(); | ||
| BOOL Mthd_Delete(); | ||
|
|
||
| public: | ||
| /* Place member variables here */ | ||
|
|
||
| /* 0x1C8 */ u8 field_0x1c8[0x1E2 - sizeof(fopAc_ac_c)]; | ||
| /* 0x1E2 */ s8 mSwitchBit; | ||
| /* 0x1E3 */ u8 field_0x1e3[0x204 - 0x1E3]; | ||
| /* 0x204 */ csXyz mSavedAngle; | ||
| /* 0x20A */ s8 mType; | ||
| /* 0x20B */ u8 field_0x20b[0x290 - 0x20B]; | ||
| /* 0x290 */ u8 field_0x290[0x8]; | ||
| /* 0x298 */ s16 mEventIdx; | ||
| /* 0x29A */ u8 field_0x29A[0x2]; | ||
| /* 0x29C */ s32 mMode; | ||
| }; | ||
| }; | ||
|
|
||
| #endif /* D_A_OBJ_MSDAN2_H */ | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.