From e5f7283977e7434033f16e4e980a16a1e491d543 Mon Sep 17 00:00:00 2001 From: taxicat1 <32942550+taxicat1@users.noreply.github.com> Date: Sat, 6 Dec 2025 09:53:37 -0500 Subject: [PATCH] Add IRDJ and IREJ to switch --- arm9/source/Arm9Patcher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arm9/source/Arm9Patcher.cpp b/arm9/source/Arm9Patcher.cpp index 8a0c954..b76c896 100644 --- a/arm9/source/Arm9Patcher.cpp +++ b/arm9/source/Arm9Patcher.cpp @@ -272,16 +272,17 @@ void Arm9Patcher::ApplyPatches(const LoaderPlatform* loaderPlatform, const ApLis break; } // Pokemon Black & White 2 - // todo: IRDJ and IREJ have two revisions and the first one seems to be different case GAMECODE("IRDD"): case GAMECODE("IRDF"): case GAMECODE("IRDI"): + case GAMECODE("IRDJ"): case GAMECODE("IRDK"): case GAMECODE("IRDO"): case GAMECODE("IRDS"): case GAMECODE("IRED"): case GAMECODE("IREF"): case GAMECODE("IREI"): + case GAMECODE("IREJ"): case GAMECODE("IREK"): case GAMECODE("IREO"): case GAMECODE("IRES"):