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
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_CREATE_ITER_H_
#define F_PC_CREATE_ITER_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct create_tag create_tag;
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_DELETOR_H_
#define F_PC_DELETOR_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct base_process_class base_process_class;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef F_PC_DRAW_H_
#define F_PC_DRAW_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct base_process_class base_process_class;
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_DRAW_PRIORITY_H_
#define F_PC_DRAW_PRIORITY_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct draw_priority_class {
s16 priority;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef F_PC_LAYER_ITER_H_
#define F_PC_LAYER_ITER_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct layer_class layer_class;
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_LOAD_H_
#define F_PC_LOAD_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
BOOL fpcLd_Use(s16 i_procName);
BOOL fpcLd_IsLoaded(s16 i_procName);
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef F_PC_METHOD_H_
#define F_PC_METHOD_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef int (*process_method_func)(void*);
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_METHOD_ITER_H_
#define F_PC_METHOD_ITER_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct node_list_class node_list_class;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef F_PC_PAUSE_
#define F_PC_PAUSE_
#include "dolphin/types.h"
#include <dolphin/types.h>
int fpcPause_IsEnable(void* pProc, u8 expected);
int fpcPause_Enable(void* pProc, u8 pauseMask);
+1 -1
View File
@@ -2,7 +2,7 @@
#ifndef F_PC_PROFILE_H_
#define F_PC_PROFILE_H_
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef struct nodedraw_method_class nodedraw_method_class;
typedef struct leafdraw_method_class leafdraw_method_class;