d_a_e_rdb Equivalent (#2459)

* d_a_e_rdb equivalent

* d_a_e_rdb fmt
This commit is contained in:
Niklas Bauer
2025-05-27 22:25:17 +03:00
committed by GitHub
parent 0f3dc461e7
commit 9a98863aff
3 changed files with 863 additions and 830 deletions
+1 -1
View File
@@ -1687,7 +1687,7 @@ config.libs = [
ActorRel(NonMatching, "d_a_e_po"), ActorRel(NonMatching, "d_a_e_po"),
ActorRel(Equivalent, "d_a_e_pz", extra_cflags=['-pragma "nosyminline off"']), # weak func order, inline issue ActorRel(Equivalent, "d_a_e_pz", extra_cflags=['-pragma "nosyminline off"']), # weak func order, inline issue
ActorRel(Equivalent, "d_a_e_rb"), # weak func order ActorRel(Equivalent, "d_a_e_rb"), # weak func order
ActorRel(NonMatching, "d_a_e_rdb"), ActorRel(Equivalent, "d_a_e_rdb"), # weak func order
ActorRel(NonMatching, "d_a_e_rdy"), ActorRel(NonMatching, "d_a_e_rdy"),
ActorRel(NonMatching, "d_a_e_s1"), ActorRel(NonMatching, "d_a_e_s1"),
ActorRel(NonMatching, "d_a_e_sb"), ActorRel(NonMatching, "d_a_e_sb"),
+8 -7
View File
@@ -1,18 +1,20 @@
#ifndef D_A_E_RDB_H #ifndef D_A_E_RDB_H
#define D_A_E_RDB_H #define D_A_E_RDB_H
#include "JSystem/JHostIO/JORReflexible.h"
#include "d/d_bg_s_acch.h" #include "d/d_bg_s_acch.h"
#include "d/d_cc_d.h" #include "d/d_cc_d.h"
#include "d/d_cc_uty.h" #include "d/d_cc_uty.h"
#include "d/d_msg_flow.h" #include "d/d_msg_flow.h"
#include "f_op/f_op_actor_mng.h" #include "f_op/f_op_actor.h"
/** /**
* @ingroup actors-enemies * @ingroup actors-enemies
* @class e_rdb_class * @class e_rdb_class
* @brief King Bulblin * @brief King Bulblin
* *
* @details * @details
* *
*/ */
class e_rdb_class { class e_rdb_class {
public: public:
@@ -106,15 +108,14 @@ public:
STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154); STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154);
class daE_RDB_HIO_c: public JORReflexible { class daE_RDB_HIO_c : public JORReflexible {
public: public:
/* 807650CC */ daE_RDB_HIO_c(); /* 807650CC */ daE_RDB_HIO_c();
/* 8076AF64 */ virtual ~daE_RDB_HIO_c() {}; /* 8076AF64 */ virtual ~daE_RDB_HIO_c() {};
void genMessage(JORMContext*); void genMessage(JORMContext*);
/* 0x04 */ s8 field_0x4; /* 0x04 */ s8 mID;
/* 0x08 */ f32 field_0x8; /* 0x08 */ f32 field_0x8;
}; };
#endif /* D_A_E_RDB_H */ #endif /* D_A_E_RDB_H */
+854 -822
View File
File diff suppressed because it is too large Load Diff