mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
d_a_player_sword.inc - Several matching with minor issues. (#731)
Co-authored-by: < > Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
@@ -237,6 +237,7 @@ public:
|
||||
class daPy_HIO_cutEA_c1 {
|
||||
public:
|
||||
/* 0x00 */ s16 field_0x0;
|
||||
/* 0x02 */ s16 field_0x2;
|
||||
/* 0x04 */ f32 field_0x4;
|
||||
/* 0x08 */ f32 field_0x8;
|
||||
/* 0x0C */ f32 field_0xC;
|
||||
@@ -258,6 +259,7 @@ public:
|
||||
class daPy_HIO_cutEB_c1 {
|
||||
public:
|
||||
/* 0x00 */ s16 field_0x0;
|
||||
/* 0x02 */ s16 field_0x2;
|
||||
/* 0x04 */ f32 field_0x4;
|
||||
/* 0x08 */ f32 field_0x8;
|
||||
/* 0x0C */ f32 field_0xC;
|
||||
@@ -297,6 +299,7 @@ public:
|
||||
class daPy_HIO_cutExB_c1 {
|
||||
public:
|
||||
/* 0x00 */ s16 field_0x0;
|
||||
/* 0x02 */ s16 field_0x2;
|
||||
/* 0x04 */ f32 field_0x4;
|
||||
/* 0x08 */ f32 field_0x8;
|
||||
/* 0x0C */ f32 field_0xC;
|
||||
|
||||
@@ -1642,14 +1642,14 @@ public:
|
||||
BOOL checkDemoSwordNoDraw(int);
|
||||
BOOL checkChanceMode();
|
||||
BOOL checkCutRollChange() const;
|
||||
void getSwordBlurColor();
|
||||
int getSwordBlurColor();
|
||||
void setNormalCutAtParam(u8);
|
||||
void setFinishCutAtParam(u8);
|
||||
void setExtraCutAtParam(u8);
|
||||
void setExtraFinishCutAtParam(u8);
|
||||
void setJumpCutAtParam();
|
||||
int getCutDirection();
|
||||
void changeCutProc();
|
||||
int changeCutProc();
|
||||
int changeCutReverseProc(daPy_ANM);
|
||||
BOOL procCutA_init(s16);
|
||||
BOOL procCutA();
|
||||
|
||||
@@ -82,6 +82,7 @@ enum daPy__PlayerStatus1 {
|
||||
daPyStts1_UNK4000_e = 0x00004000,
|
||||
daPyStts1_UNK8000_e = 0x00008000,
|
||||
daPyStts1_UNK10000_e = 0x00010000,
|
||||
daPyStts1_UNK20000_e = 0x00020000,
|
||||
daPyStts1_UNK40000_e = 0x00040000,
|
||||
};
|
||||
|
||||
|
||||
@@ -52,11 +52,11 @@ const daPy_HIO_cutL_c1 daPy_HIO_cutL_c0::m = {
|
||||
};
|
||||
|
||||
const daPy_HIO_cutEA_c1 daPy_HIO_cutEA_c0::m = {
|
||||
19, 1.0f, 4.0f, 0.2f, 15.0f, 4.0f, 0.5f, 0.7f, 2.0f, 6.0f, 5.0f, 11.0f,
|
||||
19, 0, 1.0f, 4.0f, 0.2f, 15.0f, 4.0f, 0.5f, 0.7f, 2.0f, 6.0f, 5.0f, 11.0f,
|
||||
};
|
||||
|
||||
const daPy_HIO_cutEB_c1 daPy_HIO_cutEB_c0::m = {
|
||||
19, 0.9f, 4.0f, 0.2f, 7.0f, 1.5f, 0.5f, 0.7f, 2.0f, 6.0f, 5.0f, 11.0f,
|
||||
19, 0, 0.9f, 4.0f, 0.2f, 7.0f, 1.5f, 0.5f, 0.7f, 2.0f, 6.0f, 5.0f, 11.0f,
|
||||
};
|
||||
|
||||
const daPy_HIO_cutExA_c1 daPy_HIO_cutExA_c0::m = {
|
||||
@@ -64,7 +64,7 @@ const daPy_HIO_cutExA_c1 daPy_HIO_cutExA_c0::m = {
|
||||
};
|
||||
|
||||
const daPy_HIO_cutExB_c1 daPy_HIO_cutExB_c0::m = {
|
||||
36, 0.9f, 5.0f, 5.0f, 14.0f, 20.0f,
|
||||
36, 0, 0.9f, 5.0f, 5.0f, 14.0f, 20.0f,
|
||||
};
|
||||
|
||||
const daPy_HIO_cutExMJ_c1 daPy_HIO_cutExMJ_c0::m = {
|
||||
|
||||
+1249
-50
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user