mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-31 07:56:24 -04:00
d_a_player_battle.inc - All close to matching with minor issues. (#720)
Co-authored-by: < >
This commit is contained in:
@@ -748,7 +748,8 @@ public:
|
||||
|
||||
class daPy_HIO_b_jump_c1 {
|
||||
public:
|
||||
/* 0x00 */ s16 field_0x0;
|
||||
/* 0x00 */ u8 field_0x0;
|
||||
/* 0x01 */ u8 field_0x1;
|
||||
/* 0x02 */ s16 field_0x2;
|
||||
/* 0x04 */ s16 field_0x4;
|
||||
/* 0x06 */ s16 field_0x6;
|
||||
|
||||
@@ -979,7 +979,7 @@ public:
|
||||
BOOL changeFrontWallTypeProc();
|
||||
int changeSlideProc();
|
||||
void changeWaitProc();
|
||||
void changeLandProc(f32);
|
||||
int changeLandProc(f32);
|
||||
BOOL setDamagePoint(f32);
|
||||
BOOL checkNormalDamage(int);
|
||||
void setDashDamage();
|
||||
@@ -1419,7 +1419,7 @@ public:
|
||||
BOOL procSwimMove_init(BOOL);
|
||||
BOOL procSwimMove();
|
||||
void setSpecialBattle(int);
|
||||
void changeSpecialBattle();
|
||||
int changeSpecialBattle();
|
||||
BOOL procBtJump_init(fopEn_enemy_c*);
|
||||
BOOL procBtJump();
|
||||
BOOL procBtJumpCut_init(cXyz*);
|
||||
|
||||
@@ -37,12 +37,14 @@ class J2DOrthoGraph;
|
||||
|
||||
enum daPy__PlayerStatus0 {
|
||||
daPyStts0_UNK1_e = 0x00000001,
|
||||
daPyStts0_UNK2_e = 0x00000002,
|
||||
daPyStts0_UNK10_e = 0x00000010,
|
||||
daPyStts0_UNK20_e = 0x00000020,
|
||||
daPyStts0_UNK40_e = 0x00000040,
|
||||
daPyStts0_UNK80_e = 0x00000080,
|
||||
daPyStts0_UNK100_e = 0x00000100,
|
||||
daPyStts0_UNK200_e = 0x00000200,
|
||||
daPyStts0_UNK400_e = 0x00000400,
|
||||
daPyStts0_BOW_AIM_e = 0x00001000,
|
||||
daPyStts0_UNK2000_e = 0x00002000,
|
||||
daPyStts0_HOOKSHOT_AIM_e = 0x00004000,
|
||||
|
||||
Reference in New Issue
Block a user