d_a_player_hang.inc - All matching except floats. (#715)

Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
This commit is contained in:
123456789758
2025-03-31 17:41:48 -04:00
committed by GitHub
parent 41621f4e72
commit 3f2fc267c5
3 changed files with 561 additions and 37 deletions
+8 -5
View File
@@ -300,7 +300,10 @@ public:
daPy_footData_c();
public:
/* 0x000 */ u8 field_0x000[0x034 - 0x000];
/* 0x000 */ u8 field_0x000[0x018 - 0x000];
// TODO: is this right?
/* 0x018 */ cXyz field_0x018;
/* 0x018 */ u8 field_0x024[0x034 - 0x024];
/* 0x034 */ dBgS_LinkGndChk field_0x034;
/* 0x088 */ u8 field_0x088[0x118 - 0x088];
};
@@ -1307,10 +1310,10 @@ public:
BOOL procLadderDownEnd();
BOOL procLadderMove_init(int, int, cXyz*);
BOOL procLadderMove();
void getHangMoveAnmSpeed();
void getHangDirectionFromAngle();
void changeHangMoveProc(int);
void changeHangEndProc(int);
f32 getHangMoveAnmSpeed();
int getHangDirectionFromAngle();
BOOL changeHangMoveProc(int);
int changeHangEndProc(int);
void setHangShapeOffset();
BOOL procHangStart_init();
BOOL procHangStart();
+1
View File
@@ -40,6 +40,7 @@ enum daPy__PlayerStatus0 {
daPyStts0_UNK10_e = 0x00000010,
daPyStts0_UNK80_e = 0x00000080,
daPyStts0_UNK100_e = 0x00000100,
daPyStts0_UNK200_e = 0x00000200,
daPyStts0_BOW_AIM_e = 0x00001000,
daPyStts0_UNK2000_e = 0x00002000,
daPyStts0_HOOKSHOT_AIM_e = 0x00004000,