match daPy_Create, rename headers

This commit is contained in:
fig02
2023-09-13 00:51:01 -04:00
parent 60b9661107
commit f0526ace90
7 changed files with 34 additions and 29 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "d/d_item.h"
#include "d/d_item_data.h"
#include "d/actor/d_a_item.h"
#include "d/actor/daPy_lk.h"
#include "d/actor/d_a_player_link.h"
#include "d/d_com_inf_game.h"
#include "d/d_procname.h"
#include "dolphin/types.h"
+1 -1
View File
@@ -3,8 +3,8 @@
// Translation Unit: d_a_player.cpp
//
#include "daPy_lk.h"
#include "dolphin/types.h"
#include "d/actor/d_a_player.h"
/* 801028FC-80102940 .text changePlayer__9daPy_py_cFP10fopAc_ac_c */
void daPy_py_c::changePlayer(fopAc_ac_c*) {
+10 -9
View File
@@ -4,8 +4,9 @@
//
#include "dolphin/types.h"
#include "d/actor/daPy_lk.h"
#include "d/actor/d_a_player_link.h"
#include "d/d_com_inf_game.h"
#include "d/d_com_lib_game.h"
/* 80102E8C-80102EAC .text daPy_createHeap__FP10fopAc_ac_c */
void daPy_createHeap(fopAc_ac_c*) {
@@ -1504,15 +1505,15 @@ void phase_3(daPy_lk_c*) {
/* Nonmatching */
}
/* 80127B70-80127BA0 .text daPy_Create__FP10fopAc_ac_c */
void daPy_Create(fopAc_ac_c* i_this) {
// static int (*l_method[3])(void*) = {
// (int (*)(void*))phase_1,
// (int (*)(void*))phase_2,
// (int (*)(void*))phase_3,
// };
// dComLbG_PhaseHandler(&(<static_cast>(i_this)->mPhsLoad), l_method, i_this);
static int (*l_method[3])(void*) = {
(int (*)(void*))phase_1,
(int (*)(void*))phase_2,
(int (*)(void*))phase_3,
};
daPy_lk_c* link = (daPy_lk_c*)i_this;
dComLbG_PhaseHandler(&link->mPhsLoad, l_method, link);
}
/* 80127BA0-80127CC0 .text setSeAnime__9daPy_lk_cFPC14daPy_anmHeap_cP12J3DFrameCtrl */
+1 -1
View File
@@ -9,7 +9,7 @@
#include "d/d_cc_d.h"
#include "d/d_procname.h"
#include "d/d_com_inf_game.h"
#include "d/actor/daPy_lk.h"
#include "d/actor/d_a_player_link.h"
#include "JSystem/JKernel/JKRHeap.h"
#include "dolphin/types.h"
+1 -1
View File
@@ -7,7 +7,7 @@
#include "JSystem/JUtility/JUTAssert.h"
#include "MSL_C/string.h"
#include "SSystem/SComponent/c_phase.h"
#include "d/actor/daPy_lk.h"
#include "d/actor/d_a_player_link.h"
#include "d/d_com_lib_game.h"
#include "d/d_demo.h"
#include "d/d_flower.h"