d_a_obj_sw Equivalent (#2467)

* d_a_npc_ks equivalent

* d_a_npc_ks fmt
This commit is contained in:
Niklas Bauer
2025-05-31 20:43:07 +03:00
committed by GitHub
parent 2835276bfe
commit 2b56ec02be
3 changed files with 319 additions and 281 deletions
+1 -1
View File
@@ -2100,7 +2100,7 @@ config.libs = [
ActorRel(MatchingFor("GZ2E01"), "d_a_obj_stopper"),
ActorRel(NonMatching, "d_a_obj_stopper2"),
ActorRel(MatchingFor("GZ2E01"), "d_a_obj_suisya"),
ActorRel(NonMatching, "d_a_obj_sw"),
ActorRel(Equivalent, "d_a_obj_sw"), # weak func order
ActorRel(NonMatching, "d_a_obj_swBallA"),
ActorRel(NonMatching, "d_a_obj_swBallB"),
ActorRel(MatchingFor("GZ2E01"), "d_a_obj_swBallC"),
+1 -1
View File
@@ -36,7 +36,7 @@ public:
STATIC_ASSERT(sizeof(obj_sc_s) == 0x64);
class obj_sw_class {
class obj_sw_class {
public:
/* 0x000 */ fopAc_ac_c actor;
/* 0x568 */ request_of_phase_process_class mPhase;
+317 -279
View File
File diff suppressed because it is too large Load Diff