From bd656bd35c826d05373ee4808b03965848aeacc8 Mon Sep 17 00:00:00 2001 From: Kitling Date: Sat, 26 Nov 2016 11:23:29 -0800 Subject: [PATCH] Extend mystery machine patch to Sun & Moon. Note: I have not tested this myself. --- contrib/mysterymachine.pco | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/contrib/mysterymachine.pco b/contrib/mysterymachine.pco index 67a97ac..ed15601 100644 --- a/contrib/mysterymachine.pco +++ b/contrib/mysterymachine.pco @@ -1,6 +1,6 @@ # $name MysteryMachine Patcher (Loader) -# $desc Patches Mystery Gift in Pokemon X, Y, Omega Ruby, and Alpha Sapphire to point to SALT's servers. See -# $title 000400000011C400 000400000011C500 0004000000055D00 0004000000055E00 +# $desc Patches Mystery Gift in Pokemon X, Y, Omega Ruby, Alpha Sapphire, Sun, and Moon to point to SALT's servers. See +# $title 000400000011C400 000400000011C500 0004000000055D00 0004000000055E00 0004000000164800 0004000000175E00 # $ver 01 # $uuid 0001 @@ -25,6 +25,10 @@ jmpf seturl rewind find "https://3ds2-fushigi.pokemon-gl.com/api/" +jmpf seturl + +rewind +find "https://3ds3-fushigi.pokemon-gl.com/api/" abortnf seturl: @@ -43,3 +47,9 @@ find "https://npfl.c.app.nintendowifi.net/p01/filelist/" abortnf set "http://mys.salthax.org/p01/filelist/" set 00 + +find "https://npdl.cdn.nintendowifi.net/p01/nsa/%s/%s/%s/%s" +jmpnf end +set "https://mys.salthax.org/p01/nsa/%s/%s/%s/%s" +set 00 +end: -- 2.39.5