V10lator

Results 85 comments of 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. ![Image](https://github.com/user-attachments/assets/b32fa050-38a1-4309-9d3f-4b92fb252613) ![Image](https://github.com/user-attachments/assets/78192964-c431-475e-8b64-921472d947f2) ![Image](https://github.com/user-attachments/assets/d6a7c32d-80df-48b0-a610-8835b300ff63)