Fixed up indentation

This commit is contained in:
MysterD 2022-06-02 19:46:51 -07:00
parent e40fe57860
commit 3f9f877f5d

View file

@ -41,20 +41,20 @@ extern Trajectory sThiTinyMetalBallTraj[];
//////////// ////////////
struct LevelValues gDefaultLevelValues = { struct LevelValues gDefaultLevelValues = {
.entryLevel = LEVEL_CASTLE_GROUNDS, .entryLevel = LEVEL_CASTLE_GROUNDS,
.exitCastleLevel = LEVEL_CASTLE, .exitCastleLevel = LEVEL_CASTLE,
.exitCastleArea = 1, .exitCastleArea = 1,
.exitCastleWarpNode = 0x1F, .exitCastleWarpNode = 0x1F,
.skipCreditsAt = (LEVEL_MAX+1), .skipCreditsAt = (LEVEL_MAX+1),
.pssSlideStarTime = 630, .pssSlideStarTime = 630,
.pssSlideStarIndex = 1, .pssSlideStarIndex = 1,
.coinsRequiredForCoinStar = 100, .coinsRequiredForCoinStar = 100,
.wingCapDuration = 1800, .wingCapDuration = 1800,
.metalCapDuration = 600, .metalCapDuration = 600,
.vanishCapDuration = 600, .vanishCapDuration = 600,
.wingCapDurationTotwc = 1200, .wingCapDurationTotwc = 1200,
.metalCapDurationCotmc = 600, .metalCapDurationCotmc = 600,
.vanishCapDurationVcutm = 600, .vanishCapDurationVcutm = 600,
.starPositions = { .starPositions = {
.KoopaBobStarPos = { 3030.0f, 4500.0f, -4600.0f }, .KoopaBobStarPos = { 3030.0f, 4500.0f, -4600.0f },
.KoopaThiStarPos = { 7100.0f, -1300.0f, -6000.0f }, .KoopaThiStarPos = { 7100.0f, -1300.0f, -6000.0f },
@ -96,29 +96,29 @@ struct LevelValues gLevelValues = { 0 };
/////////////// ///////////////
struct BehaviorValues gDefaultBehaviorValues = { struct BehaviorValues gDefaultBehaviorValues = {
.KoopaBobAgility = 4.0f, .KoopaBobAgility = 4.0f,
.KoopaCatchupAgility = 8.0f, .KoopaCatchupAgility = 8.0f,
.KoopaThiAgility = 6.0f, .KoopaThiAgility = 6.0f,
.RacingPenguinBigHeight = 250.0f, .RacingPenguinBigHeight = 250.0f,
.RacingPenguinBigRadius = 350.0f, .RacingPenguinBigRadius = 350.0f,
.RacingPenguinHeight = 200.0f, .RacingPenguinHeight = 200.0f,
.RacingPenguinRadius = 200.0f, .RacingPenguinRadius = 200.0f,
.ToadStar1Requirement = 12, .ToadStar1Requirement = 12,
.ToadStar2Requirement = 25, .ToadStar2Requirement = 25,
.ToadStar3Requirement = 35, .ToadStar3Requirement = 35,
.KingBobombFVel = 3.0f, .KingBobombFVel = 3.0f,
.KingBobombYawVel = 0x100, .KingBobombYawVel = 0x100,
.KingBobombHealth = 3, .KingBobombHealth = 3,
.KingWhompHealth = 3, .KingWhompHealth = 3,
.MipsStar1Requirement = 15, .MipsStar1Requirement = 15,
.MipsStar2Requirement = 50, .MipsStar2Requirement = 50,
.BowlingBallBobSpeed = 20.0f, .BowlingBallBobSpeed = 20.0f,
.BowlingBallBob2Speed = 10.0f, .BowlingBallBob2Speed = 10.0f,
.BowlingBallTtmSpeed = 20.0f, .BowlingBallTtmSpeed = 20.0f,
.BowlingBallThiLargeSpeed = 25.0f, .BowlingBallThiLargeSpeed = 25.0f,
.BowlingBallThiSmallSpeed = 10.0f, .BowlingBallThiSmallSpeed = 10.0f,
.ShowStarMilestones = TRUE, .ShowStarMilestones = TRUE,
.starsNeededForDialog = { 1, 3, 8, 30, 50, 70 }, .starsNeededForDialog = { 1, 3, 8, 30, 50, 70 },
.dialogs = { .dialogs = {
.BobombBuddyBob1Dialog = DIALOG_004, .BobombBuddyBob1Dialog = DIALOG_004,
.BobombBuddyBob2Dialog = DIALOG_105, .BobombBuddyBob2Dialog = DIALOG_105,