From 3f9f877f5d77fc8e17186fbfd2f027ac43f06438 Mon Sep 17 00:00:00 2001 From: MysterD Date: Thu, 2 Jun 2022 19:46:51 -0700 Subject: [PATCH] Fixed up indentation --- src/game/hardcoded.c | 62 ++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/game/hardcoded.c b/src/game/hardcoded.c index d7d50e09..d919b2e5 100644 --- a/src/game/hardcoded.c +++ b/src/game/hardcoded.c @@ -41,20 +41,20 @@ extern Trajectory sThiTinyMetalBallTraj[]; //////////// struct LevelValues gDefaultLevelValues = { - .entryLevel = LEVEL_CASTLE_GROUNDS, - .exitCastleLevel = LEVEL_CASTLE, - .exitCastleArea = 1, - .exitCastleWarpNode = 0x1F, - .skipCreditsAt = (LEVEL_MAX+1), - .pssSlideStarTime = 630, - .pssSlideStarIndex = 1, + .entryLevel = LEVEL_CASTLE_GROUNDS, + .exitCastleLevel = LEVEL_CASTLE, + .exitCastleArea = 1, + .exitCastleWarpNode = 0x1F, + .skipCreditsAt = (LEVEL_MAX+1), + .pssSlideStarTime = 630, + .pssSlideStarIndex = 1, .coinsRequiredForCoinStar = 100, - .wingCapDuration = 1800, - .metalCapDuration = 600, - .vanishCapDuration = 600, - .wingCapDurationTotwc = 1200, - .metalCapDurationCotmc = 600, - .vanishCapDurationVcutm = 600, + .wingCapDuration = 1800, + .metalCapDuration = 600, + .vanishCapDuration = 600, + .wingCapDurationTotwc = 1200, + .metalCapDurationCotmc = 600, + .vanishCapDurationVcutm = 600, .starPositions = { .KoopaBobStarPos = { 3030.0f, 4500.0f, -4600.0f }, .KoopaThiStarPos = { 7100.0f, -1300.0f, -6000.0f }, @@ -96,29 +96,29 @@ struct LevelValues gLevelValues = { 0 }; /////////////// struct BehaviorValues gDefaultBehaviorValues = { - .KoopaBobAgility = 4.0f, - .KoopaCatchupAgility = 8.0f, - .KoopaThiAgility = 6.0f, - .RacingPenguinBigHeight = 250.0f, - .RacingPenguinBigRadius = 350.0f, - .RacingPenguinHeight = 200.0f, - .RacingPenguinRadius = 200.0f, - .ToadStar1Requirement = 12, - .ToadStar2Requirement = 25, - .ToadStar3Requirement = 35, - .KingBobombFVel = 3.0f, - .KingBobombYawVel = 0x100, - .KingBobombHealth = 3, - .KingWhompHealth = 3, - .MipsStar1Requirement = 15, - .MipsStar2Requirement = 50, + .KoopaBobAgility = 4.0f, + .KoopaCatchupAgility = 8.0f, + .KoopaThiAgility = 6.0f, + .RacingPenguinBigHeight = 250.0f, + .RacingPenguinBigRadius = 350.0f, + .RacingPenguinHeight = 200.0f, + .RacingPenguinRadius = 200.0f, + .ToadStar1Requirement = 12, + .ToadStar2Requirement = 25, + .ToadStar3Requirement = 35, + .KingBobombFVel = 3.0f, + .KingBobombYawVel = 0x100, + .KingBobombHealth = 3, + .KingWhompHealth = 3, + .MipsStar1Requirement = 15, + .MipsStar2Requirement = 50, .BowlingBallBobSpeed = 20.0f, .BowlingBallBob2Speed = 10.0f, .BowlingBallTtmSpeed = 20.0f, .BowlingBallThiLargeSpeed = 25.0f, .BowlingBallThiSmallSpeed = 10.0f, - .ShowStarMilestones = TRUE, - .starsNeededForDialog = { 1, 3, 8, 30, 50, 70 }, + .ShowStarMilestones = TRUE, + .starsNeededForDialog = { 1, 3, 8, 30, 50, 70 }, .dialogs = { .BobombBuddyBob1Dialog = DIALOG_004, .BobombBuddyBob2Dialog = DIALOG_105,