diff --git a/rootage.html b/rootage.html index b080f70..f9ccc85 100644 --- a/rootage.html +++ b/rootage.html @@ -160,7 +160,123 @@ name: 'Expert Course Force Open (in offline or local mode)', patches: [{offset: 0x32F711, off: [0x75], on: [0xEB]}] }, + { + name: "Shorter monitor check", + tooltip: "Runs for 120 frames (2 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate", + patches: [{offset: 0x366DEC, off: [0xB0, 0x04], on: [0x78, 0x00]}] + }, ], "2019-09-02"), + new DllPatcher('bm2dx', [ + { + name: 'SSE4.2 Fix', + tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.", + patches: [{offset: 0x3F8CF7, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}] + }, + { + name: 'Unlock All Songs', + patches: [{offset: 0x16D7B2, off: [0x74, 0x10], on: [0x90, 0x90]}] + }, + { + name: 'Unlock All 12s', + patches: [{offset: 0x16D660, off: [0x83, 0xFF, 0x02, 0x74, 0x05, 0x83, 0xFF, 0x05], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] + }, + { + name: 'Skip CAMERA DEVICE ERROR prompt', + patches: [{offset: 0x36F3FB, off: [0x84], on: [0x81]}] + }, + { + name: '1P Premium Free', + patches: [{offset: 0x32F5C7, off: [0x75, 0x14], on: [0xEB, 0x14]}] + }, + { + name: '2P Premium Free', + patches: [ + {offset: 0x32F765, off: [0x74, 0x55], on: [0x90, 0x90]}, + {offset: 0x32F77B, off: [0x74, 0x3F], on: [0x90, 0x90]} + ] + }, + { + name: 'Premium Free Timer Freeze', + patches: [{offset: 0x16FCAD, off: [0xFF, 0xC8], on: [0x90, 0x90]}] + }, + { + name: 'Standard/Menu Timer Freeze', + patches: [{offset: 0x387F37, off: [0x74], on: [0xEB]}] + }, + { + name: 'Cursor lock', + tooltip : "After song finishes, song select remains on previous song", + patches: [{offset: 0x334914, off: [0x74, 0x1D], on: [0x90, 0x90]}] + }, + { + name: 'CS-Style Song Start Delay', + tooltip : "Holding Start will pause the song at the beginning until you release it", + patches: [{offset: 0x3539EA, off: [0x7D, 0x25], on: [0x90, 0x90]}] + }, + { + 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: 0x11CA4C, off: [0x0F, 0xB6], on: [0xEB, 0x2F]}, + {offset: 0x11FDFE, off: [0x74, 0x0E], on: [0x90, 0x90]} + ] + }, + { + name: 'Hide INSERT COIN[S] text', + patches: [{offset : 0x107279, off: [0x3B], on: [0x3A]}] + }, + { + name: 'Hide CREDIT: %d text', + patches: [{offset: 0x106DF8, off: [0x0C], on: [0x0B]}] + }, + { + name: 'Hide CREDIT: %d COIN %d / %d text', + patches: [{offset: 0x106DCD, off: [0x17], on: [0x16]}], + }, + { + name: 'Hide EXTRA PASELI: %d text', + patches: [{offset: 0x106EE9, off: [0x43], on: [0x42]}] + }, + { + name: 'Hide PASELI: %d text', + patches: [{offset: 0x1070B8, off: [0xA4], on: [0xA3]}] + }, + { + name: 'Hide PASELI: NO ACCOUNT text', + patches: [{offset: 0x10717B, off: [0x21], on: [0x20]}] + }, + { + name: 'Hide PASELI: ****** text', + patches: [{offset: 0x1070DD, off: [0x9F], on: [0x9E]}] + }, + { + name: 'Free play text to LED ticker (Bottom Right)', + tooltip : "Song Title/Ticker information will display instead of FREEPLAY", + patches: [{offset: 0x106F9F, off: [0x35, 0x2F, 0x35, 0x00], on: [0xD9, 0x68, 0x44, 0x02]}] + }, + { + name: 'LED Ticker (Top Left)', + tooltip : "This does NOT require FREEPLAY on", + patches: [ + {offset: 0x36D780, off: [0xFC, 0xB9, 0x1C, 0x00], on: [0x98, 0x01, 0x3A, 0x02]}, + {offset: 0x36D958, off: [0x74, 0x3C], on: [0x90, 0x90]} + ] + }, + { + name: 'Quick Retry', + tooltip : "Guest or non-VIP Card Players - Hold VEFX and Effect during a song to quick restart", + patches: [{offset: 0x1583BF, off: [0x32, 0xC0], on: [0xB0, 0x01]}] + }, + { + name: 'Expert Course Force Open (in offline or local mode)', + patches: [{offset: 0x32F711, off: [0x75], on: [0xEB]}] + }, + { + name: "Shorter monitor check", + tooltip: "Runs for 120 frames (2 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate", + patches: [{offset: 0x366E6C, off: [0xB0, 0x04], on: [0x78, 0x00]}] + }, + ], "2019-10-07"), ]); });