misc minor stuff

This commit is contained in:
LagoLunatic
2023-11-08 20:05:30 -05:00
parent 5b7cd2e1b2
commit 4d784275af
5 changed files with 5 additions and 11 deletions
-5
View File
@@ -131,9 +131,4 @@ public:
static const dCcD_SrcSph m_co_sph_src;
};
// Intellisense doesn't understand PTMF sizes
#ifndef __INTELLISENSE__
STATIC_ASSERT(sizeof(daArrow_c) == 0x704);
#endif
#endif /* D_A_ARROW_H */
-2
View File
@@ -62,6 +62,4 @@ public:
/* 0x54C */ ProcFunc mCurrProcFunc;
};
// dBgS_RopeLinChk
#endif /* D_A_HOOKSHOT_H */
+3
View File
@@ -4,6 +4,9 @@
#include "JSystem/J3DGraphBase/J3DPacket.h"
#include "JSystem/J3DGraphAnimator/J3DModel.h"
#include "JSystem/JUtility/JUTTexture.h"
#include "SSystem/SComponent/c_xyz.h"
class dKy_tevstr_c;
class dCloth_packet_c : public J3DPacket {
/* 0x10 */ s32 mFlyGridSize;
+1 -1
View File
@@ -144,10 +144,10 @@ void JPABaseEmitter::createChildren(JPABaseParticle* ptcl) {
/* 8025D670-8025D6E0 .text createParticle__14JPABaseEmitterFv */
JPABaseParticle * JPABaseEmitter::createParticle() {
/* Nonmatching - PTMF */
JPABaseParticle * ptcl = getPtclFromVacList();
if (ptcl != NULL) {
mActiveParticles.prepend(&ptcl->mLink);
(this->*mVolumeFunc)();
ptcl->initParticle();
mDraw.initParticle(ptcl);
}
+1 -3
View File
@@ -105,7 +105,6 @@ void JUTConsole::clear() {
/* 802CA6D4-802CAC1C .text doDraw__10JUTConsoleCFQ210JUTConsole12EConsoleType */
void JUTConsole::doDraw(JUTConsole::EConsoleType consoleType) const {
/* Nonmatching */
f32 font_yOffset;
if (mVisible && (mFont != NULL || consoleType == CONSOLE_TYPE_2)) {
@@ -167,7 +166,7 @@ void JUTConsole::doDraw(JUTConsole::EConsoleType consoleType) const {
JUTDirectPrint::getManager()->drawString(mPositionX, ((y * font_yOffset) + mPositionY), linePtr);
}
curLine = ((curLine + 1) <= mMaxLines) ? 0 : (curLine + 1);
curLine = nextIndex(curLine);
y++;
} else {
break;
@@ -258,7 +257,6 @@ void JUTConsole_print_f_va_(JUTConsole* console, const char* fmt, va_list args)
/* 802CB03C-802CB19C .text dumpToTerminal__10JUTConsoleFUi */
void JUTConsole::dumpToTerminal(unsigned int param_0) {
/* Nonmatching */
if (param_0 == 0) {
return;
}