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-28 04:25:17 +09:00 committed by GitHub
parent 0f3dc461e7
commit 9a98863aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 863 additions and 830 deletions

View File

@ -1687,7 +1687,7 @@ config.libs = [
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_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_s1"),
ActorRel(NonMatching, "d_a_e_sb"),

View File

@ -1,18 +1,20 @@
#ifndef 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_cc_d.h"
#include "d/d_cc_uty.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
* @class e_rdb_class
* @brief King Bulblin
*
* @details
*
*
* @details
*
*/
class e_rdb_class {
public:
@ -106,15 +108,14 @@ public:
STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154);
class daE_RDB_HIO_c: public JORReflexible {
class daE_RDB_HIO_c : public JORReflexible {
public:
/* 807650CC */ daE_RDB_HIO_c();
/* 8076AF64 */ virtual ~daE_RDB_HIO_c() {};
void genMessage(JORMContext*);
/* 0x04 */ s8 field_0x4;
/* 0x04 */ s8 mID;
/* 0x08 */ f32 field_0x8;
};
#endif /* D_A_E_RDB_H */

File diff suppressed because it is too large Load Diff