diff --git a/heroicverse.html b/heroicverse.html
index f91337c..569f7af 100644
--- a/heroicverse.html
+++ b/heroicverse.html
@@ -41,6 +41,30 @@
name: 'Skip Decide Screen',
patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
+ {
+ name: 'Hide "EXTRA PASELI: %d"',
+ patches: [{
+ offset: 0x2BD1B1,
+ off: [0x7F, 0x12, 0x44, 0x8B, 0xCB, 0x4C, 0x8D, 0x05, 0xF3, 0xD8, 0x4E, 0x00 ],
+ on: [0x90, 0xe9, 0x22, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]
+ }]
+ },
+ {
+ name: 'Hide "INSERT COIN[S]"',
+ patches: [{offset: 0x2BD56B, off: [0xE8, 0x50, 0xAA, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
+ },
+ {
+ name: 'Hide "PASELI: *****"',
+ patches: [{offset: 0x2BD3BB, off: [0xFF, 0x15, 0x5F, 0x8E, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
+ },
+ {
+ name: 'Hide "PASELI: NO ACCOUNT"',
+ patches: [{offset: 0x2BD459, off: [0xFF, 0x15, 0xC1, 0x8D, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
+ },
+ {
+ name: 'Hide "CREDIT: %s"',
+ patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
+ },
]),
]);
});