diff --git a/src/k_kart.c b/src/k_kart.c index 8ac1a747..94122d95 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -368,10 +368,10 @@ static INT32 K_KartItemOddsDistance_Retro[NUMKARTITEMS][9] = /*Magnet*/ { 0, 1, 2, 0, 0, 0, 0, 0, 0 }, // Magnet /*Boo*/ { 0, 0, 2, 2, 1, 0, 0, 0, 0 }, // Boo /*Mushroom*/ { 1, 0, 0, 3, 7, 5, 0, 0, 0 }, // Mushroom - /*Triple Mushroom*/ { 0, 0, 0, 0, 3,10, 6, 4, 0 }, // Triple Mushroom - /*Mega Mushroom*/ { 0, 0, 0, 0, 0, 1, 1, 0, 0 }, // Mega Mushroom - /*Gold Mushroom*/ { 0, 0, 0, 0, 0, 0, 4, 6, 8 }, // Gold Mushroom - /*Star*/ { 0, 0, 0, 0, 0, 1, 6, 8,12 }, // Star + /*Triple Mushroom*/ { 0, 0, 0, 0, 3, 8, 6, 4, 0 }, // Triple Mushroom + /*Mega Mushroom*/ { 0, 0, 0, 0, 0, 1, 1, 1, 2 }, // Mega Mushroom + /*Gold Mushroom*/ { 0, 0, 0, 0, 0, 2, 4, 3, 0 }, // Gold Mushroom + /*Star*/ { 0, 0, 0, 0, 0, 1, 6, 8,18 }, // Star /*Triple Banana*/ { 0, 0, 1, 1, 0, 0, 0, 0, 0 }, // Triple Banana /*Fake Item*/ { 0, 4, 2, 1, 0, 0, 0, 0, 0 }, // Fake Item @@ -392,26 +392,26 @@ static INT32 K_KartItemOddsBalloons[NUMKARTITEMS][5] = { //P-Odds 0 1 2 3 4 /*Magnet*/ { 0, 0, 0, 0, 0 }, // Magnet - /*Boo*/ { 0, 1, 3, 2, 0 }, // Boo - /*Mushroom*/ { 1, 2, 5, 1, 0 }, // Mushroom + /*Boo*/ { 0, 0, 1, 1, 0 }, // Boo + /*Mushroom*/ { 0, 1, 3, 1, 0 }, // Mushroom /*Triple Mushroom*/ { 0, 0, 0, 0, 0 }, // Triple Mushroom - /*Mega Mushroom*/ { 1, 1, 0, 0, 0 }, // Mega Mushroom + /*Mega Mushroom*/ { 1, 2, 0, 0, 0 }, // Mega Mushroom /*Gold Mushroom*/ { 0, 0, 0, 0, 0 }, // Gold Mushroom - /*Star*/ { 1, 1, 0, 0, 0 }, // Star + /*Star*/ { 1, 2, 0, 0, 0 }, // Star - /*Triple Banana*/ { 0, 3, 1, 1, 0 }, // Triple Banana - /*Fake Item*/ { 0, 0, 2, 2, 1 }, // Fake Item + /*Triple Banana*/ { 0, 1, 1, 0, 0 }, // Triple Banana + /*Fake Item*/ { 0, 0, 2, 1, 1 }, // Fake Item /*Banana*/ { 0, 0, 3, 1, 1 }, // Banana - /*Green Shell*/ { 0, 0, 5, 3, 1 }, // Green Shell - /*Red Shell*/ { 0, 3, 3, 1, 0 }, // Red Shell - /*Triple Green Shell*/ { 0, 3, 3, 1, 0 }, // Triple Green Shell + /*Green Shell*/ { 0, 0, 5, 3, 2 }, // Green Shell + /*Red Shell*/ { 0, 3, 3, 0, 0 }, // Red Shell + /*Triple Green Shell*/ { 0, 1, 1, 0, 0 }, // Triple Green Shell /*Bob-omb*/ { 0, 3, 3, 0, 0 }, // Bob-omb /*Blue Shell*/ { 0, 0, 0, 0, 0 }, // Blue Shell /*Fire Flower*/ { 0, 3, 3, 0, 0 }, // Fire Flower - /*Triple Red Shell*/ { 1, 1, 0, 0, 0 }, // Triple Red Shell + /*Triple Red Shell*/ { 1, 2, 0, 0, 0 }, // Triple Red Shell /*Lightning*/ { 0, 0, 0, 0, 0 }, // Lightning - /*Feather*/ { 0, 0, 3, 2, 1 } // Feather + /*Feather*/ { 0, 0, 1, 1, 0 } // Feather }; /** \brief Item Roulette for Kart