mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-22 12:50:41 +01:00
Fix missing commas (#2)
This commit is contained in:
parent
1f489b291b
commit
7ddbecf528
@ -17,8 +17,8 @@
|
|||||||
patches : [{offset : 0x81F79, off: [0x0F, 0x85, 0xC7], on : [0xE9, 0xC6, 0x01]}]
|
patches : [{offset : 0x81F79, off: [0x0F, 0x85, 0xC7], on : [0xE9, 0xC6, 0x01]}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : "SELECT MUSIC timer lock"
|
name : "SELECT MUSIC timer lock",
|
||||||
shortname : "selectlock"
|
shortname : "selectlock",
|
||||||
patches : [{offset : 0x16E64D, off : [0x75], on : [0xEB]}]
|
patches : [{offset : 0x16E64D, off : [0x75], on : [0xEB]}]
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user