Skip to content

Commit

Permalink
Add museca timer freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
camprevail committed Jul 3, 2024
1 parent f1cf3f3 commit e3398ef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions museca2.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,21 @@
},
]
},
{
name: "Timer freeze", // Created by Cammy
patches: [
{
offset: 0x28E610,
off: [0x0F, 0x85, 0x26, 0x01, 0x00],
on: [0xE9, 0x27, 0x01, 0x00, 0x00]
},
{
offset: 0x287C3E,
off: [0x75],
on: [0xEB]
}
]
},
]),
]);
});
Expand Down

0 comments on commit e3398ef

Please sign in to comment.