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:
Silverdesu
2021-05-15 09:35:28 -05:00
committed by GitHub
parent a5e9b9c299
commit e9fb795718
2 changed files with 23 additions and 1 deletions
+5 -1
View File
@@ -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]}]
},
{