From edce06ca498be889c82ca3893c7fd9eaa1437363 Mon Sep 17 00:00:00 2001 From: Esentasse Date: Tue, 23 Jun 2026 22:16:31 +0200 Subject: [PATCH 1/3] plugins for pokemon --- source/apps/alolan-ctrpluginframework.json | 61 ++++++++++++++++++++++ source/apps/gen-6-ctrpluginframework.json | 61 ++++++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 source/apps/alolan-ctrpluginframework.json create mode 100644 source/apps/gen-6-ctrpluginframework.json diff --git a/source/apps/alolan-ctrpluginframework.json b/source/apps/alolan-ctrpluginframework.json new file mode 100644 index 0000000000..b8fa21f404 --- /dev/null +++ b/source/apps/alolan-ctrpluginframework.json @@ -0,0 +1,61 @@ +{ + "github": "biometrix76/AlolanCTRPluginFramework", + "author": "biometrix76", + "title": "Alolan CTRPluginFramework", + "systems": [ + "3DS" + ], + "categories": [ + "utility", + "save-tool" + ], + "description": "3gx plugin for Pokemon Sun/Moon and Ultra Sun/Ultra Moon.", + "unique_ids": [ + 1460224, + 1531392, + 1789952, + 1790208 + ], + "installed_files": [ + "/luma/plugins/0004000000164800/AlolanCTRPluginFramework.3gx", + "/luma/plugins/0004000000175E00/AlolanCTRPluginFramework.3gx", + "/luma/plugins/00040000001B5000/AlolanCTRPluginFramework.3gx", + "/luma/plugins/00040000001B5100/AlolanCTRPluginFramework.3gx" + ], + "scripts": { + "Plugin": [ + { + "type": "downloadRelease", + "repo": "biometrix76/AlolanCTRPluginFramework", + "file": "luma.zip", + "output": "/AlolanCTRPluginFramework-luma.zip" + }, + { + "type": "extractFile", + "file": "/AlolanCTRPluginFramework-luma.zip", + "input": "^luma", + "output": "/luma" + }, + { + "type": "deleteFile", + "file": "/AlolanCTRPluginFramework-luma.zip" + }, + { + "type": "downloadRelease", + "repo": "biometrix76/AlolanCTRPluginFramework", + "file": "Language.zip", + "output": "/AlolanCTRPluginFramework-Language.zip" + }, + { + "type": "extractFile", + "file": "/AlolanCTRPluginFramework-Language.zip", + "input": "^Language", + "output": "/AlolanCTRPluginFramework/Language" + }, + { + "type": "deleteFile", + "file": "/AlolanCTRPluginFramework-Language.zip" + } + ] + } +} diff --git a/source/apps/gen-6-ctrpluginframework.json b/source/apps/gen-6-ctrpluginframework.json new file mode 100644 index 0000000000..da37b55c01 --- /dev/null +++ b/source/apps/gen-6-ctrpluginframework.json @@ -0,0 +1,61 @@ +{ + "github": "biometrix76/Gen6CTRPluginFramework", + "author": "biometrix76", + "title": "Gen 6 CTRPluginFramework", + "systems": [ + "3DS" + ], + "categories": [ + "utility", + "save-tool" + ], + "description": "3gx plugin for Pokemon X/Y and Omega Ruby/Alpha Sapphire.", + "unique_ids": [ + 351488, + 351744, + 1164288, + 1164544 + ], + "installed_files": [ + "/luma/plugins/0004000000055D00/Gen6CTRPluginFramework.3gx", + "/luma/plugins/0004000000055E00/Gen6CTRPluginFramework.3gx", + "/luma/plugins/000400000011C400/Gen6CTRPluginFramework.3gx", + "/luma/plugins/000400000011C500/Gen6CTRPluginFramework.3gx" + ], + "scripts": { + "Plugin": [ + { + "type": "downloadRelease", + "repo": "biometrix76/Gen6CTRPluginFramework", + "file": "luma.zip", + "output": "/Gen6CTRPluginFramework-luma.zip" + }, + { + "type": "extractFile", + "file": "/Gen6CTRPluginFramework-luma.zip", + "input": "^luma", + "output": "/luma" + }, + { + "type": "deleteFile", + "file": "/Gen6CTRPluginFramework-luma.zip" + }, + { + "type": "downloadRelease", + "repo": "biometrix76/Gen6CTRPluginFramework", + "file": "Language.zip", + "output": "/Gen6CTRPluginFramework-Language.zip" + }, + { + "type": "extractFile", + "file": "/Gen6CTRPluginFramework-Language.zip", + "input": "^Language", + "output": "/Gen6CTRPluginFramework/Language" + }, + { + "type": "deleteFile", + "file": "/Gen6CTRPluginFramework-Language.zip" + } + ] + } +} From b688b69619775bc9088f8e61732bdcad559f3c1e Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 25 Jun 2026 02:34:54 -0500 Subject: [PATCH 2/3] Update source/apps/gen-6-ctrpluginframework.json --- source/apps/gen-6-ctrpluginframework.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/apps/gen-6-ctrpluginframework.json b/source/apps/gen-6-ctrpluginframework.json index da37b55c01..6c53a94750 100644 --- a/source/apps/gen-6-ctrpluginframework.json +++ b/source/apps/gen-6-ctrpluginframework.json @@ -10,12 +10,6 @@ "save-tool" ], "description": "3gx plugin for Pokemon X/Y and Omega Ruby/Alpha Sapphire.", - "unique_ids": [ - 351488, - 351744, - 1164288, - 1164544 - ], "installed_files": [ "/luma/plugins/0004000000055D00/Gen6CTRPluginFramework.3gx", "/luma/plugins/0004000000055E00/Gen6CTRPluginFramework.3gx", From 5f4ac873c1307215f3c44af150d6f59f0f86adef Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 25 Jun 2026 02:35:09 -0500 Subject: [PATCH 3/3] Update source/apps/alolan-ctrpluginframework.json --- source/apps/alolan-ctrpluginframework.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/apps/alolan-ctrpluginframework.json b/source/apps/alolan-ctrpluginframework.json index b8fa21f404..22f44da55e 100644 --- a/source/apps/alolan-ctrpluginframework.json +++ b/source/apps/alolan-ctrpluginframework.json @@ -10,12 +10,6 @@ "save-tool" ], "description": "3gx plugin for Pokemon Sun/Moon and Ultra Sun/Ultra Moon.", - "unique_ids": [ - 1460224, - 1531392, - 1789952, - 1790208 - ], "installed_files": [ "/luma/plugins/0004000000164800/AlolanCTRPluginFramework.3gx", "/luma/plugins/0004000000175E00/AlolanCTRPluginFramework.3gx",