mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Setup d_a_obj Actors (#2161)
* checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * finish * add class comments * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * finish * add class comments * rm duplicate comments * fix build
This commit is contained in:
+4
-4
@@ -21,8 +21,8 @@ Total | 54.954197% | 2209528 | 4020672
|
||||
Section | Percentage | Decompiled (bytes) | Total (bytes)
|
||||
---|---|---|---
|
||||
main.dol | 54.954197% | 2209528 | 4020672
|
||||
RELs | 38.787290% | 4460664 | 11500324
|
||||
Total | 42.975283% | 6670192 | 15520996
|
||||
RELs | 38.789690% | 4460940 | 11500324
|
||||
Total | 42.977062% | 6670468 | 15520996
|
||||
|
||||
## RELs
|
||||
|
||||
@@ -378,7 +378,7 @@ d_a_obj_chandelier | 100.000000% | 5504 | 5504
|
||||
d_a_obj_chest | 100.000000% | 7220 | 7220
|
||||
d_a_obj_cho | 100.000000% | 13220 | 13220
|
||||
d_a_obj_cowdoor | 100.000000% | 2188 | 2188
|
||||
d_a_obj_crope | 26.014689% | 2692 | 10348
|
||||
d_a_obj_crope | 28.681871% | 2968 | 10348
|
||||
d_a_obj_crvfence | 37.146893% | 3156 | 8496
|
||||
d_a_obj_crvgate | 27.603513% | 4400 | 15940
|
||||
d_a_obj_crvhahen | 37.120623% | 1908 | 5140
|
||||
@@ -785,4 +785,4 @@ d_a_vrbox2 | 44.907111% | 2804 | 6244
|
||||
d_a_warp_bug | 100.000000% | 2024 | 2024
|
||||
d_a_ykgr | 44.400631% | 2252 | 5072
|
||||
f_pc_profile_lst | 100.000000% | 28156 | 28156
|
||||
Total | 38.787290% | 4460664 | 11500324
|
||||
Total | 38.789690% | 4460940 | 11500324
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_B_YO_H
|
||||
#define D_A_B_YO_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_BG_H
|
||||
#define D_A_E_BG_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_BUG_H
|
||||
#define D_A_E_BUG_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_DK_H
|
||||
#define D_A_E_DK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_DT_H
|
||||
#define D_A_E_DT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_FB_H
|
||||
#define D_A_E_FB_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_GA_H
|
||||
#define D_A_E_GA_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
struct ga_s {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_GI_H
|
||||
#define D_A_E_GI_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_GM_H
|
||||
#define D_A_E_GM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_GS_H
|
||||
#define D_A_E_GS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_HM_H
|
||||
#define D_A_E_HM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_HP_H
|
||||
#define D_A_E_HP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_KK_H
|
||||
#define D_A_E_KK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_OC_H
|
||||
#define D_A_E_OC_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_OT_H
|
||||
#define D_A_E_OT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_PZ_H
|
||||
#define D_A_E_PZ_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_SW_H
|
||||
#define D_A_E_SW_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_A_E_TT_H
|
||||
#define D_A_E_TT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -146,6 +146,7 @@ public:
|
||||
/* 807CD668 */ int create();
|
||||
/* 807CDAD8 */ daE_VA_c();
|
||||
|
||||
private:
|
||||
/* 0x005AC */ request_of_phase_process_class mPhase;
|
||||
/* 0x005B4 */ mDoExt_McaMorfSO* mpMorf;
|
||||
/* 0x005B8 */ mDoExt_McaMorfSO* mpEndEfMorf;
|
||||
@@ -286,6 +287,7 @@ public:
|
||||
/* 807C25EC */ daE_VA_HIO_c();
|
||||
/* 807CE2AC */ virtual ~daE_VA_HIO_c();
|
||||
|
||||
private:
|
||||
/* 0x04 */ s8 field_0x04;
|
||||
/* 0x08 */ f32 mModelSize;
|
||||
/* 0x0C */ f32 mAttackRange;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user