haroohie-club / SerialLoops

An editor for Suzumiya Haruhi no Chokuretsu (The Series of Haruhi Suzumiya)
https://haroohie.club/chokuretsu/serial-loops
GNU General Public License v3.0
14 stars 6 forks source link

Add character sprite editor, remove SLG maps as options from ADV mode #354

Closed jonko0493 closed 1 month ago

jonko0493 commented 1 month ago

Currently lacks any UI, but it works (with caveats)!

Firstly, fixes #101 as that was just a result of TAID0 (the gym map) happening to be a puzzle phase map! Weird since it's not labeled like the others.

Secondly, closes #89, finally! With some caveats. Notably:

  1. There is no actual UI for this yet
  2. ~As a result, you can't set the position of the eye and mouth animations! They're currently hardcoded to random values to prove that they work, but will need UI to actually implement. We also might consider embedding the positions in the body's filename (like we do timings).~ Fixed, you can now do this through filename.
  3. ~Currently, it doesn't save changes to CHRDATA.S, so changes to the character and marking it as large or not don't propagate currently. I'll fix this before merge.~ Fixed.
jonko0493 commented 1 month ago

There was a problem where swapping between large/small sprites wouldn't work. That has been fixed with a lot of RE work into figuring out how textures get allocated!