From f52d0c8091819c9050bd4734311e01b5d662b575 Mon Sep 17 00:00:00 2001 From: Zelminar Date: Tue, 25 Dec 2018 23:53:29 -0700 Subject: [PATCH] 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. --- ballerz.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ballerz.html b/ballerz.html index d09ccc1..8081aea 100644 --- a/ballerz.html +++ b/ballerz.html @@ -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]}]