Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/melee/ft/chara/ftPurin/ftPr_Init.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#include "ft/ftdynamics.h"
#include "ft/ftparts.h"
#include "ft/types.h"

#include "ftCommon/forward.h"

#include "ftCommon/ftCo_Attack100.h"
#include "it/it_26B1.h"

Expand Down Expand Up @@ -427,14 +430,13 @@ char* ftPr_Init_803D05B4[] = {
"PlyPurinYeHat_TopN_joint",
};

Vec4 ftPr_Init_803D05C8 = { 0.65, 0.7, 0.8, 1 };
Vec4 ftPr_Init_803D05D8 = { 1.1, 1.35, 1.3, 1.2 };
f32 ftPr_Init_803D05C8[4] = { 0.65, 0.7, 0.8, 1 };
f32 ftPr_Init_803D05D8[4] = { 1.1, 1.35, 1.3, 1.2 };

char ftPr_Init_assert_msg_0[] = "!(jobj->flags & JOBJ_USE_QUATERNION)";

Vec3 ftPr_Init_803D0610[] = {
{ +8, +0, -4 },
{ +4, +4, +4 },
ftCollisionBox ftPr_Init_803D0610 = {
+8, +0, -4, +4, +4, +4,
};
/* static */ extern char* ftPr_Init_803D05B4[5];

Expand Down
4 changes: 4 additions & 0 deletions src/melee/ft/chara/ftPurin/ftPr_Init.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "ft/types.h"

#include "ftCommon/forward.h"
#include "ftPurin/forward.h"
#include <baselib/forward.h>

Expand Down Expand Up @@ -33,5 +34,8 @@
/* 3D047C */ extern char ftPr_Init_AnimDatFilename[];
/* 3D04F8 */ extern Fighter_DemoStrings ftPr_Init_DemoMotionFilenames;
/* 3D0508 */ extern Fighter_CostumeStrings ftPr_Init_CostumeStrings[];
/* 3D05C8 */ extern f32 ftPr_Init_803D05C8[4];
/* 3D05D8 */ extern f32 ftPr_Init_803D05D8[4];
/* 3D0610 */ extern ftCollisionBox ftPr_Init_803D0610;

#endif
Loading
Loading