From ba57f8fd61478a9e3e221c5e43160f0b315a2646 Mon Sep 17 00:00:00 2001 From: Xalphenos Date: Tue, 30 Apr 2019 15:41:55 -0500 Subject: [PATCH] Force Branch instead of swap condition Fixes issue #357 --- Mods/MarioKart8_3P_4P_60FPS/patches.txt | 3 --- Mods/MarioKart8_3P_4P_60FPS/rules.txt | 6 ------ Mods/MarioKart8_fullDraw/patches.txt | 3 +++ Mods/MarioKart8_fullDraw/rules.txt | 6 ++++++ 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 Mods/MarioKart8_3P_4P_60FPS/patches.txt delete mode 100644 Mods/MarioKart8_3P_4P_60FPS/rules.txt create mode 100644 Mods/MarioKart8_fullDraw/patches.txt create mode 100644 Mods/MarioKart8_fullDraw/rules.txt diff --git a/Mods/MarioKart8_3P_4P_60FPS/patches.txt b/Mods/MarioKart8_3P_4P_60FPS/patches.txt deleted file mode 100644 index 8fd2c952..00000000 --- a/Mods/MarioKart8_3P_4P_60FPS/patches.txt +++ /dev/null @@ -1,3 +0,0 @@ -[MK8_60FPS] -moduleMatches = 0xD09700CE -0x024aeffc = cmpwi r0,1 \ No newline at end of file diff --git a/Mods/MarioKart8_3P_4P_60FPS/rules.txt b/Mods/MarioKart8_3P_4P_60FPS/rules.txt deleted file mode 100644 index b0f7ac65..00000000 --- a/Mods/MarioKart8_3P_4P_60FPS/rules.txt +++ /dev/null @@ -1,6 +0,0 @@ -[Definition] -titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 -name = 60FPS in 3-4 multiplayer -path = "Mario Kart 8/Mods/60FPS in 3-4 multiplayer" -description = This changes the way the game renders these 3-4 player modes to be 60FPS instead of 30FPS. -version = 3 \ No newline at end of file diff --git a/Mods/MarioKart8_fullDraw/patches.txt b/Mods/MarioKart8_fullDraw/patches.txt new file mode 100644 index 00000000..eb435ec2 --- /dev/null +++ b/Mods/MarioKart8_fullDraw/patches.txt @@ -0,0 +1,3 @@ +[MK8FullDrawVer4_1] +moduleMatches = 0xD09700CE +0x24AF000 = b .+0x54 \ No newline at end of file diff --git a/Mods/MarioKart8_fullDraw/rules.txt b/Mods/MarioKart8_fullDraw/rules.txt new file mode 100644 index 00000000..fa0f8add --- /dev/null +++ b/Mods/MarioKart8_fullDraw/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 000500001010ec00,000500001010ed00,000500001010eb00 +name = Resolution +path = "Mario Kart 8/Mods/4p 60fps" +description = Draws the whole screen every frame in 4p mode. +version = 3 \ No newline at end of file