From 5a01b73457a304d1c5ba511d3593eafac2c051d6 Mon Sep 17 00:00:00 2001 From: Akitake Date: Mon, 14 Oct 2024 18:26:10 +0200 Subject: [PATCH] iidx31: add omni increased buffer for 010, add description to omni --- patches/LDJ-66c58b32_a800bc.json | 42 ++++++++++++++++++++++++++++++-- patches/LDJ-66c58ff1_9b323c.json | 4 +-- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/patches/LDJ-66c58b32_a800bc.json b/patches/LDJ-66c58b32_a800bc.json index 8f6c7e5..4c60f91 100644 --- a/patches/LDJ-66c58b32_a800bc.json +++ b/patches/LDJ-66c58b32_a800bc.json @@ -2,7 +2,7 @@ { "gameCode": "LDJ", "version": "2024-08-26 (010)", - "lastUpdated": "2024-10-11 20:47:12", + "lastUpdated": "2024-10-14 16:26:06", "source": "https://sp2x.two-torial.xyz/" }, { @@ -1178,7 +1178,7 @@ { "type": "memory", "name": "Omnimix", - "description": "", + "description": "Requires music_omni.bin and mdato.ifs (and additional sound/movie data etc.)", "gameCode": "LDJ", "patches": [ { @@ -1256,5 +1256,43 @@ "dataEnabled": "6F6D6E69" } ] + }, + { + "type": "memory", + "name": "Omnimix Increase Buffer", + "description": "music_*.bin 3MB -> 6MB", + "gameCode": "LDJ", + "patches": [ + { + "offset": 9348187, + "dllName": "bm2dx.dll", + "dataDisabled": "8D", + "dataEnabled": "8B" + }, + { + "offset": 9348272, + "dllName": "bm2dx.dll", + "dataDisabled": "8D", + "dataEnabled": "8B" + }, + { + "offset": 9348347, + "dllName": "bm2dx.dll", + "dataDisabled": "8D", + "dataEnabled": "8B" + }, + { + "offset": 9348721, + "dllName": "bm2dx.dll", + "dataDisabled": "8D", + "dataEnabled": "8B" + }, + { + "offset": 9351437, + "dllName": "bm2dx.dll", + "dataDisabled": "85C07F0ABB0A000000E98B000000488D4C2440E85BC715004863C84881F9000030007607BB14000000EB6E41B800003000488D157B3F33068BCBFF", + "dataEnabled": "B900006000BA01000000E878802000EB204889024883C010488942104883E8104889C289D941B800006000EB0D90909090488D157B3F3306EBD7FF" + } + ] } ] \ No newline at end of file diff --git a/patches/LDJ-66c58ff1_9b323c.json b/patches/LDJ-66c58ff1_9b323c.json index e1a3fd9..53238af 100644 --- a/patches/LDJ-66c58ff1_9b323c.json +++ b/patches/LDJ-66c58ff1_9b323c.json @@ -2,7 +2,7 @@ { "gameCode": "LDJ", "version": "2024-08-26 (012)", - "lastUpdated": "2024-10-11 20:47:12", + "lastUpdated": "2024-10-14 16:26:06", "source": "https://sp2x.two-torial.xyz/" }, { @@ -1230,7 +1230,7 @@ { "type": "memory", "name": "Omnimix", - "description": "", + "description": "Requires music_omni.bin and mdato.ifs (and additional sound/movie data etc.)", "gameCode": "LDJ", "patches": [ {