mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Changed last byte to nop in museca2 (#93)
Changed the last byte into a nop rather than moving the return
This commit is contained in:
+4
-4
@@ -33,8 +33,8 @@
|
||||
},
|
||||
{
|
||||
offset: 0x17E065,
|
||||
off: [0x00, 0xC3],
|
||||
on: [0xC3, 0xCC]
|
||||
off: [0x00],
|
||||
on: [0x90]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
offset: 0x17E425,
|
||||
off: [0x00, 0xC3],
|
||||
on: [0xC3, 0xCC]
|
||||
off: [0x00],
|
||||
on: [0x90]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user