mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_npc_seib Equivalent (weak func order) (#2431)
* d_a_npc_seib fmt * d_a_npc_seib equivalent
This commit is contained in:
+1
-1
@@ -1816,7 +1816,7 @@ config.libs = [
|
||||
ActorRel(NonMatching, "d_a_npc_raca"),
|
||||
ActorRel(NonMatching, "d_a_npc_rafrel"),
|
||||
ActorRel(NonMatching, "d_a_npc_saru"),
|
||||
ActorRel(NonMatching, "d_a_npc_seib"),
|
||||
ActorRel(Equivalent, "d_a_npc_seib"), # weak func order
|
||||
ActorRel(NonMatching, "d_a_npc_seic"),
|
||||
ActorRel(NonMatching, "d_a_npc_seid"),
|
||||
ActorRel(NonMatching, "d_a_npc_seira"),
|
||||
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
/* 0x84 */ f32 field_0x84;
|
||||
/* 0x88 */ f32 field_0x88;
|
||||
/* 0x8C */ f32 field_0x8c;
|
||||
/* 0x90 */ f32 field_0x90;
|
||||
/* 0x90 */ f32 mDist;
|
||||
};
|
||||
|
||||
static const Data m;
|
||||
@@ -104,13 +104,12 @@ public:
|
||||
static cutFunc mCutList[1];
|
||||
|
||||
private:
|
||||
/* 0xE40 */ daNpc_seiB_Param_c* field_0xe40;
|
||||
/* 0xE40 */ daNpc_seiB_Param_c* mpParam;
|
||||
/* 0xE44 */ u8 mType;
|
||||
/* 0xE45 */ u8 field_0xe45[0xe48 - 0xe45];
|
||||
/* 0xE48 */ actionFunc field_0xe48;
|
||||
/* 0xE54 */ actionFunc field_0xe54;
|
||||
/* 0xE60 */ int field_0xe60;
|
||||
/* 0xE64 */ int field_0xe64;
|
||||
/* 0xE48 */ actionFunc mActionFunc1;
|
||||
/* 0xE54 */ actionFunc mActionFunc2;
|
||||
/* 0xE60 */ int mAnim;
|
||||
/* 0xE64 */ void* field_0xe64;
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daNpc_seiB_c) == 0xe68);
|
||||
|
||||
+137
-178
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user