From 53c9eed93c0ccfe0abfe12b24622ae5929be7600 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Thu, 1 Dec 2016 05:01:30 -0200 Subject: [PATCH] Add patch to remove outlines in pokemon sun/moon --- contrib/remove_outlines-sm.pco | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contrib/remove_outlines-sm.pco diff --git a/contrib/remove_outlines-sm.pco b/contrib/remove_outlines-sm.pco new file mode 100644 index 0000000..59ce9b5 --- /dev/null +++ b/contrib/remove_outlines-sm.pco @@ -0,0 +1,21 @@ +# $name Remove Outlines - Pokemon S/M (Loader) +# $desc Patch to remove the outlines in the Pokemon Sun and Moon games +# $title 0004000000164800 0004000000175E00 +# $ver 01 +# $uuid 0005 + +# This is just a simple patch to remove the outlines in the Pokemon Sun and Moon games, +# removing the need to extract and patch the code.bin. +# Made it dynamic and ready when @kitling found a way to do it with all of the +# recent pokemon games. + +# The original patch was made by @SciresM. See here: +# https://github.com/SciresM/SunMoonPatches + +rel exe_text + +# Status: needs loader + +find E0042080E51E +abortnf +set E000F020E3 -- 2.39.5