Adult Ruto function and property names pulled in from decomp (#4654)
* Adult Ruto function and property names pulled in from decomp * Align name changes more with decomp * Nope, missed a couple more
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,18 +14,18 @@ typedef struct EnRu2 {
|
||||
/* 0x014C */ SkelAnime skelAnime;
|
||||
/* 0x0190 */ Vec3s jointTable[23];
|
||||
/* 0x021A */ Vec3s morphTable[23];
|
||||
/* 0x02A4 */ s16 unk_2A4;
|
||||
/* 0x02A6 */ s16 unk_2A6;
|
||||
/* 0x02A4 */ s16 eyeIndex;
|
||||
/* 0x02A6 */ s16 blinkTimer;
|
||||
/* 0x02A8 */ s32 action;
|
||||
/* 0x02AC */ s32 drawConfig;
|
||||
/* 0x02B0 */ f32 unk_2B0;
|
||||
/* 0x02B0 */ f32 fadeTimer;
|
||||
/* 0x02B4 */ u32 alpha;
|
||||
/* 0x02B8 */ s32 unk_2B8;
|
||||
/* 0x02BC */ s32 unk_2BC;
|
||||
/* 0x02C0 */ u16 unk_2C0;
|
||||
/* 0x02C2 */ u8 unk_2C2;
|
||||
/* 0x02C3 */ u8 unk_2C3;
|
||||
/* 0x02C4 */ f32 unk_2C4;
|
||||
/* 0x02B8 */ s32 isLightBall;
|
||||
/* 0x02BC */ s32 cueId;
|
||||
/* 0x02C0 */ u16 swimmingUpFrame;
|
||||
/* 0x02C2 */ u8 textboxCount;
|
||||
/* 0x02C3 */ u8 lastDialogState;
|
||||
/* 0x02C4 */ f32 encounterTimer;
|
||||
/* 0x02C8 */ ColliderCylinder collider;
|
||||
/* 0x02C8 */ s16 subCamId;
|
||||
} EnRu2; // size = 0x0314
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "z64cutscene_commands.h"
|
||||
|
||||
// clang-format off
|
||||
static CutsceneData D_80AF411C[] = {
|
||||
static CutsceneData gWaterMedallionCs[] = {
|
||||
CS_BEGIN_CUTSCENE(35, 3338),
|
||||
CS_UNK_DATA_LIST(0x00000020, 1),
|
||||
CS_UNK_DATA(0x00010000, 0x0BB80000, 0x00000000, 0x00000000, 0xFFFFFFFC, 0x00000002, 0x00000000, 0xFFFFFFFC, 0x00000002, 0x00000000, 0x00000000, 0x00000000),
|
||||
|
||||
Reference in New Issue
Block a user