diff --git a/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/patch_DisableSSAO.asm b/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/patch_DisableSSAO.asm new file mode 100644 index 00000000..ceb84ee9 --- /dev/null +++ b/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/patch_DisableSSAO.asm @@ -0,0 +1,23 @@ +[WiiULauncher0US] +moduleMatches = 0x90DAC5CE + +; Skip SSAO parameter call +0x2E966AC = b 0x2E966E8 + +[WiiULauncher0EU] +moduleMatches = 0x8F7D2702 + +; Skip SSAO parameter call +0x2E9668C = b 0x2E966C8 + +[WiiULauncher0JP] +moduleMatches = 0x0D395735 + +; Skip SSAO parameter call +0x2E96448 = b 0x2E96484 + +[WiiULauncher16] +moduleMatches = 0x113CC316 + +; Skip SSAO parameter call +0x2E966E4 = b 0x2E96720 \ No newline at end of file diff --git a/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/rules.txt b/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/rules.txt new file mode 100644 index 00000000..8a5b1283 --- /dev/null +++ b/src/SonicBoomRiseOfLyric/Enhancements/DisableSSAO/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 0005000010175B00,0005000010177800,0005000010191F00 +name = Disable SSAO +path = "Sonic Boom: Rise of Lyric/Enhancements/Disable SSAO" +description = This patches out Screen Space Ambient Occlusion globally.||Made by HyperBE32. +version = 6 \ No newline at end of file