Skip to content

Commit 97308d1

Browse files
authored
zLasso: More Progress (#710)
* zLasso: 100% match for zLasso_SetGuide * zLasso: 100% match for bakeMorphAnim * zLasso: Use DWARF symbols to clean up zLasso_InterpToGuide * zLasso: Clean up fizzical static functions * zLasso: Mark vec2vecMat as static * zLasso: Match on zLasso_Update * zLasso: Add static decls, start zLasso_AddGuide and zLasso_Init * zLasso: Partial match for initVertMap
1 parent e9cdf9a commit 97308d1

File tree

2 files changed

+327
-75
lines changed

2 files changed

+327
-75
lines changed

src/SB/Core/gc/iParMgr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
struct tagiRenderArrays
1010
{
1111
// total size: 0x5280
12-
public:
1312
U16 m_index[960]; // offset 0x0, size 0x780
1413
RxObjSpace3DVertex m_vertex[480]; // offset 0x780, size 0x4380
1514
F32 m_vertexTZ[480]; // offset 0x4B00, size 0x780
@@ -32,7 +31,8 @@ struct tagiRenderInput
3231
xVec4 m_camViewU; // offset 0x70, size 0x10
3332
};
3433

35-
extern tagiRenderInput gRenderBuffer;
34+
extern tagiRenderArrays gRenderArr;
35+
extern tagiRenderInput gRenderBuffer;
3636

3737
void iParMgrInit();
3838
void iParMgrUpdate(F32 elapsedTime);

0 commit comments

Comments
 (0)