diff --git a/src/Splatoon/Mods/Disable Autorotate/patch_autorotate.asm b/src/Splatoon/Mods/Disable Autorotate/patch_autorotate.asm new file mode 100644 index 00000000..b5d9f21f --- /dev/null +++ b/src/Splatoon/Mods/Disable Autorotate/patch_autorotate.asm @@ -0,0 +1,4 @@ +[begone_autorotate] +moduleMatches = 0xF7A78809, 0x659c782e + +0x02664f20 = nop \ No newline at end of file diff --git a/src/Splatoon/Mods/Disable Autorotate/rules.txt b/src/Splatoon/Mods/Disable Autorotate/rules.txt new file mode 100644 index 00000000..c988a570 --- /dev/null +++ b/src/Splatoon/Mods/Disable Autorotate/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 0005000010176900,0005000010176A00,0005000010162B00 +name = Disable Autorotate +path = "Splatoon/Mods/Disable Autorotate" +description = Prevents the camera from automatically rotating when the player moves left or right. +version = 7 \ No newline at end of file