summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-04-06 11:08:25 -0700
committerGitHub <noreply@github.com>2025-04-06 21:08:25 +0300
commit54dd7640969e1f414f9b1111f874f85171ab6987 (patch)
tree8f83caa22c5ab811736e3625be599061d478af10 /include/SSystem/SComponent
parent4361019959acf84f347fec62315f8aefb2d63a6f (diff)
GCN pal / jpn support, some debug work (#2375)
* d_save debug cleanup / d_s_menu debug * gameinfo / kankyo struct debug fixes * pal building ok * jp building ok * some tests with jp * some more pal/jp tests
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_cc_s.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_cc_s.h b/include/SSystem/SComponent/c_cc_s.h
index 09899b8a23..5c5a5921d0 100644
--- a/include/SSystem/SComponent/c_cc_s.h
+++ b/include/SSystem/SComponent/c_cc_s.h
@@ -15,10 +15,19 @@ public:
/* 0x0400 */ cCcD_Obj* mpObjTg[0x300];
/* 0x1000 */ cCcD_Obj* mpObjCo[0x100];
/* 0x1400 */ cCcD_Obj* mpObj[0x500];
+#ifdef DEBUG
+ /* 0x2800 */ int m_debug_code;
+#endif
/* 0x2800 */ u16 mObjAtCount;
/* 0x2802 */ u16 mObjTgCount;
/* 0x2804 */ u16 mObjCoCount;
/* 0x2806 */ u16 mObjCount;
+#ifdef DEBUG
+ /* 0x280C */ u16 field_0x280c;
+ /* 0x280E */ u16 field_0x280e;
+ /* 0x2810 */ u16 field_0x2810;
+ /* 0x2812 */ u16 field_0x2812;
+#endif
/* 0x2808 */ cCcD_DivideArea mDivideArea;
/* 0x2848 vtable */