diff --git a/Source/SuperMario3DWorld/patches.txt b/Source/SuperMario3DWorld/patches.txt index 0cfa368f..349e69b2 100644 --- a/Source/SuperMario3DWorld/patches.txt +++ b/Source/SuperMario3DWorld/patches.txt @@ -19,3 +19,7 @@ _aspectAddr = 0x10363ED4 # Aspect calculation 0x0241D9B4 = lis r8, _aspectAddr@ha 0x0241D9B8 = lfs f0, _aspectAddr@l(r8) + +# touch position fix +0x0241D9D4 = lis r8, _aspectAddr@ha +0x0241D9D8 = lfs f0, _aspectAddr@l(r8)