Skip to content

Releases: TheCyberQuake/SleepLZColorEditor

MenuDump Support Update

10 Apr 06:14
Compare
Choose a tag to compare

What's New?

  • Change input file to match decompression output from MenuDump pack
  • Show message box to show that your file was written to

Fix file reading

08 Apr 03:58
Compare
Choose a tag to compare

What's new?

Bug Fixes

  • Fix bug where leading 0 of a low value hex byte was dropped, ie 04 was being read as 4, 00 was being read as 0
  • Prevent user from inputing an invalid sleep_LZ.bin.bin. Throws a plain-english error rather than a crash.

Save/Edit Theme files

07 Apr 02:33
Compare
Choose a tag to compare

What's New?

  • Save current colors to .slzt file
  • Read colors from .slzt file
  • Other code simplifications/improvements