Skip to content

Commit

Permalink
Add uncapped difficulty for SDVX
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Feb 18, 2017
1 parent 3c0da06 commit fd94e8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/dllpatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ StandardPatch.prototype.validatePatch = function(file) {
} else if(status == "off") {
console.log('"' + this.name + '"', "is disabled!");
} else {
success = false;
return '"' + this.name + '" is neither on nor off! Have you got the right dll?';
}
};
Expand Down
8 changes: 8 additions & 0 deletions sdvx3-s2.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
off : [0x8B, 0x83, 0x78, 0x0A, 0x00, 0x00, 0x8D, 0x48, 0x01, 0x83, 0xF9, 0x03, 0x56, 0x57, 0x7F, 0x52],
on : [0xB8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x78, 0x0A, 0x00, 0x00, 0x90, 0x56, 0x57, 0x90, 0x90]}]
},
{// 12 hours of mon
name : "Levels up to 99 (use with modified music_db.xml for SDVX IV difficulties)",
shortname : "nocap",
patches : [{offset : 0x188E46, off : [0x74, 0x03], on : [0x90, 0x90]},
{offset : 0x1889C4, off : [0x0F], on : [0x62]},
{offset : 0x186BD7, off : [0x10], on : [0x63]},
{offset : 0x157F08, off : [0x7F, 0x3A], on : [0x90, 0x90]}]
},
{
type : "union",
name : "Score",
Expand Down

0 comments on commit fd94e8f

Please sign in to comment.