From ba64c522f4b889ff53796eac2dd0e8ecdf4493a9 Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 3 Feb 2018 23:08:40 +0000 Subject: [PATCH] +"Hatsune Miku: Project Diva F": 60 FPS Patch by Brolijah --- Game-Patches.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Game-Patches.md b/Game-Patches.md index ebbabd0..5261e86 100644 --- a/Game-Patches.md +++ b/Game-Patches.md @@ -18,3 +18,36 @@ PPU-5446a2645880eefa75f7e374abd6b7818511e2ef: #BLES00932 ``` --- + +### Hatsune Miku: Project Diva F + +**60 FPS Patch** by [Brolijah](https://github.com/Brolijah) +
+**Notes:** Patch accelerates some game effects by 2x. Does not affect playability. +``` +# Project DIVA F USA Disc & PSN 1.00 +PPU-f3227f57ec001582b253035fd90de77f05ead470: + - [be32, 0xBF289C, 0x3F800000] + - [be16, 0x589496, 0x0001] + - [be16, 0x5894BA, 0x0001] + - [be16, 0x589802, 0x0001] + - [be16, 0x58982A, 0x0001] + +# Project DIVA F EUR PSN 1.00 +PPU-c02e3b52e3d75f52f76fb8f0fb5be7ca4d921949: + - [be32, 0xBF289C, 0x3F800000] + - [be16, 0x589496, 0x0001] + - [be16, 0x5894BA, 0x0001] + - [be16, 0x589802, 0x0001] + - [be16, 0x58982A, 0x0001] + +# Project DIVA F JAP Disc & PSN 1.00 +PPU-1105af0a4d6a4a1481930c6f3090c476cde06c4c: + - [be32, 0xBF22FC, 0x3F800000] + - [be16, 0x586202, 0x0001] + - [be16, 0x586226, 0x0001] + - [be16, 0x58656E, 0x0001] + - [be16, 0x586596, 0x0001] +``` + +---