From fcf6805e6217e515b9dd3e4432d65ff5a8086399 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 2 Sep 2022 22:26:42 -0400 Subject: [PATCH] Decrease DISTVAR Compressed by 12.5%. Ring Racers' value was probably too high for a game with the only catchup mechanic being the items themselves. --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index d3cfefab..5650558f 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -694,7 +694,7 @@ static INT32 K_KartItemOddsBattle[NUMKARTRESULTS][2] = /*Jawz x2*/ { 2, 1 } // Jawz x2 }; -#define DISTVAR (2048) // Magic number distance for use with item roulette tiers +#define DISTVAR (1792) // Magic number distance for use with item roulette tiers /** \brief Item Roulette for Kart