diff --git a/patches.qrc b/patches.qrc
index f5b07ac..b06c305 100644
--- a/patches.qrc
+++ b/patches.qrc
@@ -10,6 +10,7 @@
patches/sound_restoration.ips
patches/ned/cactuar.ips
patches/ned/fancy.ips
+ patches/ned/flanders.ips
patches/ned/metroid.ips
patches/ned/neo-x-death.ips
patches/ned/pad.ips
diff --git a/patches/ned/flanders.ips b/patches/ned/flanders.ips
new file mode 100644
index 0000000..6e648d2
Binary files /dev/null and b/patches/ned/flanders.ips differ
diff --git a/src/exdeath.cc b/src/exdeath.cc
index 413bdff..e3014b2 100644
--- a/src/exdeath.cc
+++ b/src/exdeath.cc
@@ -90,6 +90,7 @@ void Exdeath::initMain(void) {
selNED->addItem("Neo X Death", "neo-x-death.ips");
selNED->addItem("Neon ExDeath", "fancy.ips");
selNED->addItem("Puzzle & Dragon", "pad.ips");
+ selNED->addItem("Stupid Sexy Flanders", "flanders.ips");
selNED->addItem("Territorial Oak", "tree.ips");
selNED->addItem("Thomas the Tank Engine", "thomas.ips");
selNED->addItem("Yiazmat", "yiazmat.ips");