mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-17 18:59:17 +01:00
updated with BGA Preview hex edit (#41)
added hex edit to allow BGA preview on music select for all songs rather than being restricted to just the beginners folder.
This commit is contained in:
parent
7114cb4824
commit
f52d0c8091
@ -74,6 +74,15 @@
|
||||
tooltip : "Holding Start will pause the song at the beginning until you release it",
|
||||
patches: [{offset: 0xF5CAA, off: [0x7D, 0x25], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
// discovered by dogeilition_man with some help from zelminar
|
||||
name: 'Play video preview on all songs',
|
||||
tooltip : "By default, only some songs in the beginner folder show a BGA preview on the music select screen. This edit extends this function to every song in any folder.",
|
||||
patches: [
|
||||
{offset: 0x75422, off: [0x74, 0x15], on: [0x90, 0x90]},
|
||||
{offset: 0x7243C, off: [0x0F, 0xB6], on: [0xEB, 0x2F]}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Hide INSERT COIN[S] text',
|
||||
patches: [{offset : 0x64389, off: [0x1B], on: [0x1A]}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user