Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIDX 31 010: increase mdb buffer for omni #369

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions iidx31epolis.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@
},
{
name: "Omnimix",
danger: "Requires music_omni.bin and mdato.ifs (and additional sound/movie data etc.)",
patches: [
{ offset: 0x7EE6C4, off: [0x74, 0x25], on: [0x90, 0x90] },
{ offset: 0x8E7A10, off: [0x74, 0x73], on: [0xEB, 0x30] },
Expand All @@ -668,6 +669,17 @@
{ offset: 0xCFA561, off: [0x6C, 0x69, 0x73, 0x74], on: [0x6F, 0x6D, 0x6E, 0x69] },
]
},
{
name: "Omnimix Increase Buffer",
danger: "music_*.bin 3MB -> 6MB",
patches: [
{ offset: 0x8EA45B, off: [0x8D], on: [0x8B] },
{ offset: 0x8EA4B0, off: [0x8D], on: [0x8B] },
{ offset: 0x8EA4FB, off: [0x8D], on: [0x8B] },
{ offset: 0x8EA671, off: [0x8D], on: [0x8B] },
{ offset: 0x8EB10D, off: [0x85, 0xC0, 0x7F, 0x0A, 0xBB, 0x0A, 0x00, 0x00, 0x00, 0xE9, 0x8B, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x40, 0xE8, 0x5B, 0xC7, 0x15, 0x00, 0x48, 0x63, 0xC8, 0x48, 0x81, 0xF9, 0x00, 0x00, 0x30, 0x00, 0x76, 0x07, 0xBB, 0x14, 0x00, 0x00, 0x00, 0xEB, 0x6E, 0x41, 0xB8, 0x00, 0x00, 0x30, 0x00, 0x48, 0x8D, 0x15, 0x7B, 0x3F, 0x33, 0x06, 0x8B, 0xCB, 0xFF], on: [0xB9, 0x00, 0x00, 0x60, 0x00, 0xBA, 0x01, 0x00, 0x00, 0x00, 0xE8, 0x78, 0x80, 0x20, 0x00, 0xEB, 0x20, 0x48, 0x89, 0x02, 0x48, 0x83, 0xC0, 0x10, 0x48, 0x89, 0x42, 0x10, 0x48, 0x83, 0xE8, 0x10, 0x48, 0x89, 0xC2, 0x89, 0xD9, 0x41, 0xB8, 0x00, 0x00, 0x60, 0x00, 0xEB, 0x0D, 0x90, 0x90, 0x90, 0x90, 0x48, 0x8D, 0x15, 0x7B, 0x3F, 0x33, 0x06, 0xEB, 0xD7, 0xFF] },
]
},
]),
new Patcher("bm2dx.dll", "2024-08-26 (LDJ-012)", [
{
Expand Down