V10lator
V10lator
Oh and in case you ask why change it? The mario kart / vanilla kart PRNG seems to be extremely simple and as a result biased towards specific numbers. This...
To be fair the compiler is correct here: ``` s16 D_800E597C[] = { 0x0000, 0x0000, 0x4000, 0x8000, 0x8000, 0xc000 }; ``` The highest number s16 can store is 32767 but...
Looked into this a bit more. The array gets used here only: ``` anAngle = D_800E597C[arg2] + gObjectList[objectIndex2].direction_angle[1]; ``` Where both, onAngle and gObjectList[objectIndex2].direction_angle[1] are unsigned 16 bit integers. So...
> i recorded this example on my steam deck Can't reproduce the audio issues on Steam Deck OLED with nightly.
For me it works with the fixes mentioned by @Berzec . It even shows lawnchairs recents switcher but trebuchet crashes.   