diff --git a/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 2D.hmm b/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 2D.hmm new file mode 100644 index 00000000..1ef26fa9 --- /dev/null +++ b/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 2D.hmm @@ -0,0 +1,13 @@ +Patch "Disable Speed Lines in 2D" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the player whilst boosting." +{ + WriteProtected + ( + /* v1.10.0.0: 0x141240A78 */ + ScanSignature + ( + "\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x30\x34", + "xxxxxxxxxxxxxxxxxx" + ), + 0x30 + ); +} diff --git a/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 3D.hmm b/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 3D.hmm new file mode 100644 index 00000000..9ccab8e3 --- /dev/null +++ b/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines in 3D.hmm @@ -0,0 +1,13 @@ +Patch "Disable Speed Lines in 3D" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the edges of the screen whilst boosting." +{ + WriteProtected + ( + /* v1.10.0.0: 0x1412450C8 */ + ScanSignature + ( + "\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x30\x31", + "xxxxxxxxxxxxxxxxxx" + ), + 0x30 + ); +} diff --git a/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines.hmm b/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines.hmm deleted file mode 100644 index 387b8622..00000000 --- a/Source/Shadow Generations/Graphics/Post-processing/Disable Speed Lines.hmm +++ /dev/null @@ -1,12 +0,0 @@ -Patch "Disable Speed Lines" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the edges of the screen whilst boosting." -{ - WriteProtected( - /* v1.1.0.1: 0x14120FF38 */ - ScanSignature - ( - "\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x30\x31", - "xxxxxxxxxxxxxxxxxx" - ), - 0x30 - ); -} diff --git a/Source/Sonic Forces/Graphics/Post-processing/Disable Speed Lines.hmm b/Source/Sonic Forces/Graphics/Post-processing/Disable Speed Lines.hmm new file mode 100644 index 00000000..ef2a01a9 --- /dev/null +++ b/Source/Sonic Forces/Graphics/Post-processing/Disable Speed Lines.hmm @@ -0,0 +1,23 @@ +Patch "Disable Speed Lines" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the edges of the screen whilst boosting." +{ + WriteProtected + ( + /* 0x141D9DD28 */ + ScanSignature + ( + "\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x5F\x6C\x76\x31\x5F\x72\x6F\x74\x61\x74\x65", + "xxxxxxxxxxxxxxxxxxxxxxxxxxx" + ), + 0x30 + ); + WriteProtected + ( + /* 0x141D9DD60 */ + ScanSignature + ( + "\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x5F\x6C\x76\x32\x5F\x72\x6F\x74\x61\x74\x65", + "xxxxxxxxxxxxxxxxxxxxxxxxxxx" + ), + 0x30 + ); +} \ No newline at end of file