d_a_npc_seib almost equivalent#2425
Conversation
Report for GZ2E01 (38c4252 - 78e776c)📈 Matched code: 59.25% (+0.42%, +48112 bytes) ✅ |
src/d/actor/d_a_npc_seib.cpp
Outdated
| if (mdlData_p == NULL) { | ||
| JUTAssertion::showAssert(JUTAssertion::getSDevice(), "d_a_npc_seib.cpp", 0x1d2, "0 != mdlData_p"); | ||
| } |
There was a problem hiding this comment.
JUT_ASSERT(466, 0 != mdlData_p);
src/d/actor/d_a_npc_seib.cpp
Outdated
| void daNpc_seiB_c::getType() { | ||
| // NONMATCHING | ||
| u8 daNpc_seiB_c::getType() { | ||
| switch ((u8)fopAcM_GetParam(this)) { |
There was a problem hiding this comment.
fopAcM_GetParam(this) & 0xFF ?
src/d/actor/d_a_npc_seib.cpp
Outdated
| #ifdef DEBUG | ||
| JUTAssertion::showAssert(JUTAssertion::getSDevice(), "d_a_npc_seib.cpp", 0x42c, "0"); | ||
| OSPanic("d_a_npc_seib.cpp", 0x42c, "Halt"); | ||
| #endif |
src/d/actor/d_a_npc_seib.cpp
Outdated
| static void daNpc_seiB_Create(void* param_0) { | ||
| // NONMATCHING | ||
| static int daNpc_seiB_Create(void* param_0) { | ||
| daNpc_seiB_c* i_this; |
There was a problem hiding this comment.
forgetting to actually cast param_0 in these?
* Work on create function * d_a_npc_seib mostly finished * Pull request cleanup * Extra new line removed --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
No description provided.