thane98 / paragon

Toolkit for editing various FE games.
GNU General Public License v3.0
56 stars 17 forks source link

Stats should be signed #6

Closed thane98 closed 4 years ago

thane98 commented 4 years ago

Right now, the stats editor treats stats as unsigned numbers. This leads to odd values being displayed for things like modifiers.

The stats editor should use signed numbers.