Files
tp/include/d/actor/d_a_mant.h
T
Carco_21 58ba86b6a3 d_a_b_gnd ~86% equivalent (#2329)
* Remade fresh fork with clean main branch

* d_a_b_gnd functions are 40% matching

* Some data work

* daB_GND_Execute 26% matching

* daB_GND_Execute 59% matching

* Create and useHeapInit work

* Cleanup work and demo_camera at 50% matching

* h_damage_check 91% matching

* eff_set_h 76% matching

* b_gnd_g_down 82% matching

* general work

* a little bit of improvement on himo_control1

* General work

* Draw at 96%

* Small gake_check work

* Small data cleanup

* NodeCallBack matching and data cleanup
2025-03-17 20:03:37 -07:00

44 lines
920 B
C++

#ifndef D_A_MANT_H
#define D_A_MANT_H
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-unsorted
* @class mant_class
* @brief ???
*
* @details Related to Ganondorf Horseback Battle
*
*/
class mant_class : public fopAc_ac_c {
public:
/* 0x0568 */ u8 field_0x568[0x395c - 0x568];
/* 0x395C */ f32 field_0x395c;
/* 0x3960 */ f32 field_0x3960;
/* 0x3964 */ u8 field_0x3964;
/* 0x3965 */ u8 field_0x3965;
/* 0x3966 */ u8 field_0x3966;
/* 0x3967 */ u8 field_0x3967;
/* 0x3968 */ u8 field_0x3968;
/* 0x3969 */ u8 field_0x3969;
/* 0x396A */ u8 field_0x396A[0x39a4 - 0x396A];
};
STATIC_ASSERT(sizeof(mant_class) == 0x39a4);
class daMant_packet_c : public fopAc_ac_c {
public:
/* 80861298 */ void draw();
/* 80862BA4 */ ~daMant_packet_c();
};
struct mant_j_s {
public:
/* 80862AC0 */ ~mant_j_s();
/* 80862B3C */ mant_j_s();
};
#endif /* D_A_MANT_H */