JHGuitarFreak / UQM-MegaMod

A fork of The Ur-Quan Masters + HD-mod that remasters the HD graphics with a veritable smorgasbord of extra features, options, QoL improvements, and much more...
https://uqm-mods.sourceforge.net
GNU General Public License v2.0
80 stars 22 forks source link

THRADDASH_BODY_COUNT is too small #99

Closed TomiBelan closed 2 years ago

TomiBelan commented 2 years ago

In hard mode, you must destroy 35 Thraddash. But THRADDASH_BODY_COUNT is only 5 bits. If you save the game when it is 32 or more, it will overflow and only the remainder modulo 32 will be saved.

Serosis commented 2 years ago

Oof. I guess that means it should be set to 30.

Serosis commented 2 years ago

Fixed with commit 42829465449679e9efe7cd63bffc560081338252

TomiBelan commented 2 years ago

Thanks! 🙂