From 1e32c4c2c44028e34793a5b4f06a8e6c6db07b13 Mon Sep 17 00:00:00 2001 From: UltiNaruto Date: Fri, 14 Jun 2024 20:32:14 +0200 Subject: [PATCH] Fix Tallon Overworld - Temple Security Station door patch in Wii version (#63) Adds Wii versions for the instance ID modification check when patching a specific Tallon Overworld - Temple Security Station door that changes since PAL version. Co-authored-by: toasterparty --- src/patches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patches.rs b/src/patches.rs index 0c27f40e..df7e4da6 100644 --- a/src/patches.rs +++ b/src/patches.rs @@ -16882,7 +16882,7 @@ fn build_and_run_patches<'r>( // Some doors have their object IDs changed in non NTSC-U versions // NTSC-K is based on NTSC-U and shouldn't be part of those changes - if config.version == Version::Pal || config.version == Version::NtscJ { + if [Version::Pal, Version::NtscJ, Version::NtscJTrilogy, Version::NtscUTrilogy, Version::PalTrilogy].contains(&config.version) { // Tallon Overworld - Temple Security Station if mrea_id == 0xBDB1FCAC && local_dl.door_location.unwrap().instance_id == 0x00070055