mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update k_roulette.c
This commit is contained in:
parent
a7ff0afc8b
commit
021f829112
1 changed files with 6 additions and 2 deletions
|
|
@ -98,12 +98,14 @@ static UINT8 K_KartItemOddsRace[NUMKARTRESULTS-1][8] =
|
||||||
{ 0, 0, 0, 0, 0, 0, 0, 0 }, // Kitchen Sink
|
{ 0, 0, 0, 0, 0, 0, 0, 0 }, // Kitchen Sink
|
||||||
{ 3, 0, 0, 0, 0, 0, 0, 0 }, // Drop Target
|
{ 3, 0, 0, 0, 0, 0, 0, 0 }, // Drop Target
|
||||||
{ 0, 0, 0, 3, 5, 0, 0, 0 }, // Garden Top
|
{ 0, 0, 0, 3, 5, 0, 0, 0 }, // Garden Top
|
||||||
|
{ 0, 0, 0, 0, 0, 0, 0, 0 }, // Gachabom
|
||||||
{ 0, 0, 2, 2, 2, 0, 0, 0 }, // Sneaker x2
|
{ 0, 0, 2, 2, 2, 0, 0, 0 }, // Sneaker x2
|
||||||
{ 0, 0, 0, 0, 4, 4, 4, 0 }, // Sneaker x3
|
{ 0, 0, 0, 0, 4, 4, 4, 0 }, // Sneaker x3
|
||||||
{ 0, 1, 1, 0, 0, 0, 0, 0 }, // Banana x3
|
{ 0, 1, 1, 0, 0, 0, 0, 0 }, // Banana x3
|
||||||
{ 0, 0, 1, 0, 0, 0, 0, 0 }, // Orbinaut x3
|
{ 0, 0, 1, 0, 0, 0, 0, 0 }, // Orbinaut x3
|
||||||
{ 0, 0, 0, 2, 0, 0, 0, 0 }, // Orbinaut x4
|
{ 0, 0, 0, 2, 0, 0, 0, 0 }, // Orbinaut x4
|
||||||
{ 0, 0, 1, 2, 1, 0, 0, 0 } // Jawz x2
|
{ 0, 0, 1, 2, 1, 0, 0, 0 }, // Jawz x2
|
||||||
|
{ 0, 0, 0, 0, 0, 0, 0, 0 } // Gachabom x3
|
||||||
};
|
};
|
||||||
|
|
||||||
static UINT8 K_KartItemOddsBattle[NUMKARTRESULTS-1][2] =
|
static UINT8 K_KartItemOddsBattle[NUMKARTRESULTS-1][2] =
|
||||||
|
|
@ -131,12 +133,14 @@ static UINT8 K_KartItemOddsBattle[NUMKARTRESULTS-1][2] =
|
||||||
{ 0, 0 }, // Kitchen Sink
|
{ 0, 0 }, // Kitchen Sink
|
||||||
{ 2, 0 }, // Drop Target
|
{ 2, 0 }, // Drop Target
|
||||||
{ 4, 0 }, // Garden Top
|
{ 4, 0 }, // Garden Top
|
||||||
|
{ 0, 0 }, // Gachabom
|
||||||
{ 0, 0 }, // Sneaker x2
|
{ 0, 0 }, // Sneaker x2
|
||||||
{ 0, 1 }, // Sneaker x3
|
{ 0, 1 }, // Sneaker x3
|
||||||
{ 0, 0 }, // Banana x3
|
{ 0, 0 }, // Banana x3
|
||||||
{ 2, 0 }, // Orbinaut x3
|
{ 2, 0 }, // Orbinaut x3
|
||||||
{ 1, 1 }, // Orbinaut x4
|
{ 1, 1 }, // Orbinaut x4
|
||||||
{ 5, 1 } // Jawz x2
|
{ 5, 1 }, // Jawz x2
|
||||||
|
{ 0, 0 } // Gachabom x3
|
||||||
};
|
};
|
||||||
|
|
||||||
static kartitems_t K_KartItemReelTimeAttack[] =
|
static kartitems_t K_KartItemReelTimeAttack[] =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue