general cleanup, d_menu_quit / d_a_obj_testcube mostly done, d_msg_scrn_explain debug (#3065)

* typedef for cPhs_Step

* make sdk includes consistent

* d_menu_quit / d_msg_scrn_explain debug

* d_a_obj_testcube mostly done

* d_debug_pad mostly done

* jstudio tool library headers

* some JStudioCameraEditor headers

* d_jcam_editor mostly done

* try fixing some shield regressions

* d_bg_parts mostly done

* fix merge errors

* debug fix
This commit is contained in:
TakaRikka
2026-01-24 23:36:23 -08:00
committed by GitHub
parent 6f73e18bd2
commit c9e2a73dda
612 changed files with 4052 additions and 1141 deletions
+5 -5
View File
@@ -15,7 +15,7 @@
class daObjKshtr_c : public dBgS_MoveBgActor {
public:
typedef cPhs__Step (daObjKshtr_c::*PhaseFunc)();
typedef cPhs_Step (daObjKshtr_c::*PhaseFunc)();
typedef void (daObjKshtr_c::*ActionFunc)();
typedef BOOL (daObjKshtr_c::*DemoFunc)();
@@ -25,10 +25,10 @@ public:
void offDzb();
int CreateHeap();
void initKey();
cPhs__Step phase_0();
cPhs__Step phase_1();
cPhs__Step phase_2();
cPhs__Step create1st();
cPhs_Step phase_0();
cPhs_Step phase_1();
cPhs_Step phase_2();
cPhs_Step create1st();
void event_proc_call();
void event_proc_call2();
int Execute(Mtx**);