mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-17 14:06:42 -04:00
get farther
This commit is contained in:
@@ -4857,7 +4857,7 @@ int daAlink_c::create() {
|
||||
|
||||
dComIfGp_setPlayer(0, this);
|
||||
dComIfGp_setLinkPlayer(this);
|
||||
fopAcM_setStageLayer(this);
|
||||
fopAcM_setStageLayer(&base);
|
||||
|
||||
if (sceneMode == 7) {
|
||||
current.pos = dComIfGs_getTurnRestartPos();
|
||||
|
||||
@@ -350,7 +350,7 @@ int daGrass_c::create() {
|
||||
}
|
||||
|
||||
m_myObj = this;
|
||||
fopAcM_setStageLayer(this);
|
||||
fopAcM_setStageLayer(&base);
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1686,7 +1686,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
|
||||
|
||||
@@ -5225,7 +5225,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 (fix this)
|
||||
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