Skip to content

Commit

Permalink
[Shadow Gens] Update "Drop Dash on Double Jump" for v1.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Dec 13, 2024
1 parent 45effc4 commit e50f463
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Notes;
- This requires the Restore Drop Dash code.
*/
{
// v1.1.0.0: 0x14C5D9E0E
// v1.1.0.1: 0x14B40269B
// v1.1.0.0: 0x14C5D9E0E
// v1.1.0.1: 0x14B40269B
// v1.10.0.0: 0x14AC7786A
var sig = ScanSignature
(
"\x74\x32\x48\x89\xD9\xE8\xCC\xCC\xCC\xCC\x48\x89\xD9",
"\x74\x39\x48\x89\xD9\xE8\xCC\xCC\xCC\xCC\x48\x89\xD9",
"xxxxxx????xxx"
);

Expand Down

0 comments on commit e50f463

Please sign in to comment.