18 lines
538 B
Markdown
18 lines
538 B
Markdown
## August 2022
|
|
|
|
- Added ValidateCompressionResults to ROM::Compress
|
|
|
|
## July 2022
|
|
|
|
- Display current overworld map graphics tile sheets.
|
|
- Added CreateAllGraphicsData to the ROM class
|
|
- Added Google Abseil C++ library for error handling, string manipulation
|
|
- Refactor ROM class to use smart pointers and STL containers
|
|
|
|
## June 2022
|
|
|
|
- Implemented LC_LZ2 Decompression
|
|
- Created Bitmap class for displaying SNES Graphics
|
|
- Added Overworld and OverworldMap class definitions
|
|
- Built user interface using ImGui and SDL2
|
|
- Started YAZE |