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:
Akubits
2019-08-31 19:08:48 +08:00
committed by Will
parent e2ef4ad2e8
commit 7d01c2fcbc
+4 -4
View File
@@ -33,8 +33,8 @@
}, },
{ {
offset: 0x17E065, offset: 0x17E065,
off: [0x00, 0xC3], off: [0x00],
on: [0xC3, 0xCC] on: [0x90]
} }
] ]
}, },
@@ -76,8 +76,8 @@
}, },
{ {
offset: 0x17E425, offset: 0x17E425,
off: [0x00, 0xC3], off: [0x00],
on: [0xC3, 0xCC] on: [0x90]
} }
] ]
}, },