Added Disable News Sound patch to IIDX27.

This commit is contained in:
giz 2021-03-29 19:02:36 +01:00 committed by Will
parent 87c5c02bbc
commit c4c6908334

View File

@ -228,6 +228,13 @@
patch : [0x47, 0x9E, 0xD5, 0xFF],
},
]
},
{
name: 'Disable News Sound',
tooltip : "Disables the sound played when news banners appear.",
patches: [
{offset: 0x88D1C0, off: [0x10], on:[0x00]},
]
}
]),
]);