mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
BISTROVER: re-added bottom text patches + LED ticker (#193)
* fix: Skip Camera Error patch crashes game * remove "hide all bottom text" hex edit * Update heroicverse.html * fix typo * add: bottom text patches
This commit is contained in:
+5
-1
@@ -123,7 +123,11 @@
|
||||
patches: [{offset: 0x2BD459, off: [0xFF, 0x15, 0xC1, 0x8D, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide "CREDIT: %s"',
|
||||
name: 'Hide "PASELI: NOT AVAILABLE"',
|
||||
patches: [{offset: 0x2BD2B4, off: [0x48, 0x8D, 0x05, 0xDD, 0xD7, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide "CREDIT: %d"',
|
||||
patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user