MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
642 stars 59 forks source link

Started to remove duplicate encoder code #83

Closed Sebanisu closed 5 years ago

Sebanisu commented 5 years ago

https://github.com/MaKiPL/OpenVIII/issues/82

I started adding clone to saves because you change data in memory it changes the original save. This is WIP

I saw duplicate encoder and went to fix that first.

Might be able to remove ff8string but I like how it works it simplifies coding.