From 12257be366efd4aa65e7e9856fb76c1020bdcf99 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 11 Jul 2019 22:40:26 -0700 Subject: [PATCH] add more theboy181 60fps patches --- Mods/BuddyandMe_60FPS/patches.txt | 4 ++++ Mods/BuddyandMe_60FPS/rules.txt | 8 ++++++++ Mods/FatalFrame_60FPS/patches.txt | 19 +++++++++++++++++++ Mods/FatalFrame_60FPS/rules.txt | 8 ++++++++ 4 files changed, 39 insertions(+) create mode 100644 Mods/BuddyandMe_60FPS/patches.txt create mode 100644 Mods/BuddyandMe_60FPS/rules.txt create mode 100644 Mods/FatalFrame_60FPS/patches.txt create mode 100644 Mods/FatalFrame_60FPS/rules.txt diff --git a/Mods/BuddyandMe_60FPS/patches.txt b/Mods/BuddyandMe_60FPS/patches.txt new file mode 100644 index 00000000..dfb76b0e --- /dev/null +++ b/Mods/BuddyandMe_60FPS/patches.txt @@ -0,0 +1,4 @@ +[SoulA60fpsVer1] +moduleMatches = 0x494E3F98 + +0x021d5c44 = nop diff --git a/Mods/BuddyandMe_60FPS/rules.txt b/Mods/BuddyandMe_60FPS/rules.txt new file mode 100644 index 00000000..ec93fe41 --- /dev/null +++ b/Mods/BuddyandMe_60FPS/rules.txt @@ -0,0 +1,8 @@ +[Definition] +titleIds = 00050000101ECF00,00050000101F4A00 +name = 60FPS +path = "Buddy and Me/Mods/60FPS" +description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. +version = 3 + +# Made by theboy181 diff --git a/Mods/FatalFrame_60FPS/patches.txt b/Mods/FatalFrame_60FPS/patches.txt new file mode 100644 index 00000000..54d44acf --- /dev/null +++ b/Mods/FatalFrame_60FPS/patches.txt @@ -0,0 +1,19 @@ +[FatalF60fpsVer1] +moduleMatches = 0xE93B31F6 + +# Code Cave + +CodeCaveSize = 0x14 # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX) + +# Set 60fps + +_60fps = 0x00000000 + +0x00000000 = lwz r12,0x4c(r27) # Replace the hook +0x00000004 = lis r8,0x1066 +0x00000008 = li r9,0x003c +0x0000000c = stw r9,-0x12D4(r8) +0x00000010 = blr # return + + +0x0233c5a8 = bla _60fps # Hook diff --git a/Mods/FatalFrame_60FPS/rules.txt b/Mods/FatalFrame_60FPS/rules.txt new file mode 100644 index 00000000..6af3f400 --- /dev/null +++ b/Mods/FatalFrame_60FPS/rules.txt @@ -0,0 +1,8 @@ +[Definition] +titleIds = 00050000101D0300,00050000101D0600,000500001014D200,00050000101D3F00 +name = 60FPS +path = "Fatal Frame - Project Zero: Maiden of Black Water/Mods/60FPS" +description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. +version = 3 + +# Made by theboy181