diff --git a/patches/NewerSMB/EURv1.ppf b/patches/NewerSMB/EURv1.ppf
deleted file mode 100644
index 729ed0b..0000000
Binary files a/patches/NewerSMB/EURv1.ppf and /dev/null differ
diff --git a/patches/NewerSMB/EURv2.ppf b/patches/NewerSMB/EURv2.ppf
deleted file mode 100644
index d187cf4..0000000
Binary files a/patches/NewerSMB/EURv2.ppf and /dev/null differ
diff --git a/patches/NewerSMB/JPNv1.ppf b/patches/NewerSMB/JPNv1.ppf
deleted file mode 100644
index d31f09d..0000000
Binary files a/patches/NewerSMB/JPNv1.ppf and /dev/null differ
diff --git a/patches/NewerSMB/USAv1.ppf b/patches/NewerSMB/USAv1.ppf
deleted file mode 100644
index a88510c..0000000
Binary files a/patches/NewerSMB/USAv1.ppf and /dev/null differ
diff --git a/patches/NewerSMB/USAv2.ppf b/patches/NewerSMB/USAv2.ppf
deleted file mode 100644
index c91497f..0000000
Binary files a/patches/NewerSMB/USAv2.ppf and /dev/null differ
diff --git a/patches/NewerSMBW-Loader.xml b/patches/NewerSMBW-Loader.xml
new file mode 100644
index 0000000..1ce80ad
--- /dev/null
+++ b/patches/NewerSMBW-Loader.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/script.d/newersmb.sh b/script.d/newersmb.sh
index 2e5263b..e771599 100644
--- a/script.d/newersmb.sh
+++ b/script.d/newersmb.sh
@@ -6,7 +6,7 @@ DOWNLOAD_LIK="http://newerteam.com/getNewerFile.php"
RIIVOLUTION_ZIP=NewerSMBW.zip
RIIVOLUTION_DIR=NewerFiles
GAMENAME="Newer SMB"
-XML=FALSE
+XML=TRUE
XML_SOURCE=./"${RIIVOLUTION_DIR}"/NewerSMBW/
XML_FILE=./"${RIIVOLUTION_DIR}"/riivolution/NewerSMBW.xml
@@ -146,6 +146,6 @@ place_files () {
dolpatch_extra () {
- echo 0
+ ${WIT} dolpatch ${DOL} xml="./patches/NewerSMBW-Loader.xml" || exit 1
}