At line 1 removed one line |
!!! Mario Kart DS Errata |
At line 4 changed one line |
!! Programming Errors |
!!! Programming Errors |
At line 6 added 8 lines |
! Prolonged Rocket Boost |
It is possible to maintain the starting boost by repeating mini turbos quick enough that the boost timer doesn't run out. |
|
! Logo Sound Randomization Oversight |
When the game starts up, it is meant to play a random sound. The sound sequence for this startup sound ({{{SEQ_LOGO}}}) uses the sequence command {{{randvar}}} to generate random numbers. This results in a call to the {{{SND_CalcRandom}}} function on the ARM7, which generates a random number using a linear congruential generator with a fixed starting seed. The {{{SND_CalcRandom}}} function is also called by the {{{SndThread}}} function approximately once every 5.2095 milliseconds. |
|
Because the starting seed and the frequency with which the random number generator is called are fixed, the result is that the startup sound is consistent. Timing differences between hardware revisions produce different outcomes. |
|
At line 16 changed 2 lines |
! Prolonged Rocket Boost |
It is possible to maintain the starting boost by repeating mini turbos quick enough that the boost timer doesn't run out. |
! Shrunk Driver Collision Bug |
When colliding with another driver, the effective weight of a kart is decreased if it is shrunk by thunder bolt. The check is improperly done for the kart being hit, so its weight is decreased as well only if the source kart is shrunk. |
At line 22 changed 2 lines |
! Shrunk Driver Collision Bug |
When colliding with another driver, the effective weight of a kart is decreased if it is shrunk by thunder bolt. The check is improperly done for the kart being hit, so its weight is decreased as well only if the source kart is shrunk. |
! CPU Balloon Battle Freeze Glitch |
In any balloon battle track, hitting a CPU with 2 balloons lefts (and no reserves) with a star with a mushroom at the same time, then hitting them one more time will freeze the CPU, they can still be bumped (and will move around), and are still in the game displaying 1 balloon. The game won’t end until they are out that can be done via any means. [reference (youtube)|https://youtu.be/v9YeMA0nUyc?feature=shared] |
At line 25 changed one line |
!! Track Errors |
!!! Track Errors |