Skip to content

Commit

Permalink
Add disable subscreen patch
Browse files Browse the repository at this point in the history
  • Loading branch information
CometPopcorn authored and mon committed Apr 3, 2022
1 parent 5bb80d0 commit 73a7e7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdvx6.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
{ offset: 0xA53, off: [0x74], on: [0xEB] },
],
},
{
name: "Disable subscreen in Valkyrie mode",
patches: [{ offset: 0x3C7690, off: [0x83, 0xBD, 0xB8, 0x00, 0x00, 0x00, 0x02, 0x41, 0x0F, 0x93, 0xC6, 0x44, 0x88, 0x74, 0x24, 0x51],
on: [0x41, 0xB6, 0x00, 0x44, 0x88, 0x74, 0x24, 0x51, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Timer freeze",
patches: [{ offset: 0x740D6, off: [0x84], on: [0x85] }],
Expand Down

0 comments on commit 73a7e7a

Please sign in to comment.