From 7d01c2fcbc8ce6cb88119fe54c820da54fab39df Mon Sep 17 00:00:00 2001 From: Akubits <51273864+Akubits@users.noreply.github.com> Date: Sat, 31 Aug 2019 19:08:48 +0800 Subject: [PATCH] Changed last byte to nop in museca2 (#93) Changed the last byte into a nop rather than moving the return --- museca2.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/museca2.html b/museca2.html index eb19d26..3f2f0ca 100644 --- a/museca2.html +++ b/museca2.html @@ -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] } ] },