Version: 1.2, 2023-02-09 (YYYY-MM-DD) Pull request: https://github.com/michael-fadely/sadx-fixed-edition/pull/18 Thanks to PkR as usual. List of changes: * All fixes: Rewrote with symbol names and documentation. * Replaced memory addresses with DataPointers where possible. * Sky Chase Fixes have been removed because they are now included in the Mod Loader. * Twinkle Park barrel texture fix: Instead of replacing the whole model with the Dreamcast counterpart, only some vertices and UVs in the model are patched with data from the Gamecube model. * Freecam fix: Removed because it is now a code in the Mod Loader. * Hot Shelter waterfall fix: Instead of replacing the whole model with the Dreamcast counterpart, swap meshsets to make the model work with the original animation. * Ripple fixes: Cleaned up. * Enemy spawn fixes: Cleaned up. * Perfect Chaos damage animation fix: Optimized to make it use less data. * Stretchy feet fix: Instead of disabling them completely, the broken models are fixed by copying over meshset data from the full Sonic model. The meshsets are patched directly, which makes the fix compatible with mods that replace these models. * Item box rotation: Cleaned up code, added support for collision rotation. * Mystic Ruins Final Egg base fix: Updated with a slightly cleaner implementation that doesn't require replacing textures. Version: 1.1, 02/24/18 (and 1.1.1 for a quick hotfix) Misc: * Item capsule rotation has been disabled until the collision is fully understood. * MtKusa animation and Sweep fix. - PkR * Update item box code - PkR * Fixed Sky Chase at all resolutions - PkR & SF94 * Disable SEGA/Sonic Team voice if the DLCs mod is enabled - PkR * Fixed Eggman's Base in the Mystic Ruins - PkR * Bubble ripple fix - PkR * Fixed Perfect Chaos damage animation - PkR * Fixed Hot Shelter waterfall UVs not animating - PkR * Fixed a bug which prevented Egg Keeper from spawning - PkR * Fixed broken vertex welding on the Character Select after playing Metal Sonic - PkR * Fixed Leons not attacking * Fixed vanilla Sonic's broken feet when running at top speed * Added config schema for Sega/Sonic Team voice - PkR Lost World: * Use best textures from SADX GC and SA1 DC. Act 2: * Fixed the lit wall panel texture; it wasn't mirrored.