d_a_npc_seic almost equivalent#2432
Conversation
|
Could you resolve the merge conflicts? |
src/d/actor/d_a_npc_seic.cpp
Outdated
| f32 fVar1 = daNpc_seiC_Param_c::m.field_0x90; | ||
| dComIfGp_getAttention().getDistTable(0x28).mDistMax = fVar1; | ||
| dComIfGp_getAttention().getDistTable(0x28).mDistMaxRelease = fVar1; | ||
|
|
||
| dComIfGp_getAttention().getDistTable(0x27).mDistMax = fVar1; | ||
| dComIfGp_getAttention().getDistTable(0x27).mDistMaxRelease = fVar1; |
There was a problem hiding this comment.
| f32 fVar1 = daNpc_seiC_Param_c::m.field_0x90; | |
| dComIfGp_getAttention().getDistTable(0x28).mDistMax = fVar1; | |
| dComIfGp_getAttention().getDistTable(0x28).mDistMaxRelease = fVar1; | |
| dComIfGp_getAttention().getDistTable(0x27).mDistMax = fVar1; | |
| dComIfGp_getAttention().getDistTable(0x27).mDistMaxRelease = fVar1; | |
| dComIfGp_getAttention().getDistTable(0x28).mDistMax = daNpc_seiC_Param_c::m.field_0x90; | |
| dComIfGp_getAttention().getDistTable(0x28).mDistMaxRelease = daNpc_seiC_Param_c::m.field_0x90; | |
| dComIfGp_getAttention().getDistTable(0x27).mDistMax = daNpc_seiC_Param_c::m.field_0x90; | |
| dComIfGp_getAttention().getDistTable(0x27).mDistMaxRelease = daNpc_seiC_Param_c::m.field_0x90; |
And mark as Equivalent # weak func order. Also note that in the debug rom these are accessed with a member pointer, not the global static variable.
Thanks!
Report for GZ2E01 (8f97cd9 - e92b7d7)📈 Matched code: 59.79% (+0.06%, +7248 bytes) ✅ |
* Data work and fopacmsetup * d_a_npc_seic almost equivalent * Now equivalent and configure.py updated
No description provided.