Conversation
| } else { | ||
| cXyz local_60 = dStack_74.getPoint(mPointIndex2); | ||
| cXyz local_6c = dStack_74.getPoint(mPointIndex1); | ||
| s16 sVar4 = cLib_targetAngleY(¶m_1->current.pos, &link_actor->current.pos); |
There was a problem hiding this comment.
I think this is missing an inline, but I'm not sure which one it is
Report for GZLP01 (9cc61c4 - ebfb151)📈 Matched code: 55.27% (+0.06%, +4456 bytes) ✅ 14 new matches
Report for GZLE01 (9cc61c4 - ebfb151)📈 Matched code: 57.00% (+0.06%, +4456 bytes) ✅ 14 new matches
Report for D44J01 (9cc61c4 - ebfb151)📈 Matched code: 44.56% (+0.02%, +1172 bytes) ✅ 8 new matches
📈 6 improvements in unmatched functions
Report for GZLJ01 (9cc61c4 - ebfb151)📈 Matched code: 55.32% (+0.06%, +4456 bytes) ✅ 14 new matches
|
2badf98 to
ebfb151
Compare
| cLib_addCalcAngleS(¶m_1->current.angle.y, local_48, 8, 0x800, 0x200); | ||
| } | ||
|
|
||
| f32 cosine = JMASCos(param_1->current.angle.y - local_48); |
There was a problem hiding this comment.
I'm not sure whether this and the other JMASCos call should be changed to cM_scos
No description provided.