From 1d5a8d84ea82e9eace1cbb981eefbf9a246f4a91 Mon Sep 17 00:00:00 2001 From: Flextape05 <162949034+Flextape05@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:42:37 +0100 Subject: [PATCH] [Skylanders Trap Team] Add mod to support portals from other skylanders games (#673) Thanks to OddLittlePumpkin for making this mod! With special thanks to NefariousTechSupport and Maff. --- .../Mods/Remove Portal Check/patch_PortalCheckRemoved.asm | 4 ++++ src/SkylandersTrapTeam/Mods/Remove Portal Check/rules.txt | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 src/SkylandersTrapTeam/Mods/Remove Portal Check/patch_PortalCheckRemoved.asm create mode 100644 src/SkylandersTrapTeam/Mods/Remove Portal Check/rules.txt diff --git a/src/SkylandersTrapTeam/Mods/Remove Portal Check/patch_PortalCheckRemoved.asm b/src/SkylandersTrapTeam/Mods/Remove Portal Check/patch_PortalCheckRemoved.asm new file mode 100644 index 00000000..d3c3b394 --- /dev/null +++ b/src/SkylandersTrapTeam/Mods/Remove Portal Check/patch_PortalCheckRemoved.asm @@ -0,0 +1,4 @@ +[SkylandersTrapTeam_PortalCheckRemoved_v0_v16] +moduleMatches = 0x321d97f0,0x2a14bb42 + +0x2042fd0 = li r3, 0x21B \ No newline at end of file diff --git a/src/SkylandersTrapTeam/Mods/Remove Portal Check/rules.txt b/src/SkylandersTrapTeam/Mods/Remove Portal Check/rules.txt new file mode 100644 index 00000000..c02c18a0 --- /dev/null +++ b/src/SkylandersTrapTeam/Mods/Remove Portal Check/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 000500001017C600,0005000010181F00 +name = Allow Portals From Other Skylanders Games +path = "Skylanders Trap Team/Mods/Allow Portals From Other Skylanders Games" +description = Allows any (non-Xbox!) Portal of Power to be used instead of the Traptanium Portal.||Created by OddLittlePumpkin.|Special Thanks to NefariousTechSupport and Maff. +version = 7 \ No newline at end of file