diff --git a/Possible Fix Ideas.md b/Possible Fix Ideas.md index 381c3c5..5542efc 100644 --- a/Possible Fix Ideas.md +++ b/Possible Fix Ideas.md @@ -1,19 +1,20 @@ # Possible Fix Ideas -This page is to document what I think are causing issues, which should (barely) help developers improve this project +NO MORE ISSUES AS OF 11/23/24 # Active Issues: -## Clothes don't Work -Clothes can be collected, but cannot be applied +none -What is the problem is that the Retro Palette Shader, ```shd_pal_swapper```, doesn't support a GX.GAMES build -> It supports a HTML build, but the rest of the source code does not +lets fucking go -ALSO, it seems like the ```gpu_``` code is also not supported on a WASM output, which is the main code that drives the palette swapper +# Fixed Issues: -Because of this, this issue will probably never be fixed +## ~~Clothes don't Work~~ +Clothes can be collected, but cannot be applied -# Fixed Issues: +What is the problem is that the Retro Palette Shader, ```shd_pal_swapper```, doesn't support a GX.GAMES build + +But with some tweaking, the HTML shader for sprites does the job ## ~~Game Frame Misplacement~~