mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
d_s_logo / d_s_play debug work, d_a_kago cleanup, misc cleanup (#3116)
* d_a_kago cleanup * d_s_logo wii/shield work * d_s_logo / d_s_play debug work * fix missing profile class sizeof's * fix phase->id values * build fixes * fix dCamera_c and camera profile
This commit is contained in:
@@ -406,7 +406,7 @@ actor_process_profile_definition g_profile_GRASS = {
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_GRASS, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
0x00000570, // mSize
|
||||
sizeof(daGrass_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
|
||||
+1014
-1024
File diff suppressed because it is too large
Load Diff
@@ -1778,7 +1778,7 @@ actor_process_profile_definition g_profile_FSHOP = {
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_FSHOP, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
0x00006B80, // mSize
|
||||
sizeof(fshop_class), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
|
||||
@@ -5226,7 +5226,7 @@ actor_process_profile_definition g_profile_NPC_WRESTLER = {
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_NPC_WRESTLER, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
0xEA0, // mSize (fix this)
|
||||
sizeof(daNpcWrestler_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
|
||||
@@ -618,7 +618,7 @@ actor_process_profile_definition g_profile_Obj_VolcanicBall = {
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_Obj_VolcanicBall, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
0x00002928, // mSize
|
||||
sizeof(daObjVolcBall_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
|
||||
Reference in New Issue
Block a user