mchlnix / SMB3-Foundry

SMB3 Level Editor in Python
GNU General Public License v3.0
93 stars 12 forks source link

Pyramid objects return wrong x position #18

Closed mchlnix closed 5 years ago

mchlnix commented 5 years ago

When wanting the byte representation of objects that grow upwards or to the left the adjusted x position is saved in the byte representation, not the actual x position (in the middle).

The leads to problems in Level 4-5 and saving in general, I imagine.