From 3df59575765d665d4d3e13bb56fc1e53b5340668 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 22 Aug 2025 14:30:45 -0400 Subject: [PATCH] d_a_npc_bmsw is already OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index b97fe585d..cae80350a 100755 --- a/configure.py +++ b/configure.py @@ -1604,7 +1604,7 @@ config.libs = [ ActorRel(NonMatching, "d_a_npc_bm1"), ActorRel(NonMatching, "d_a_npc_bmcon1"), ActorRel(NonMatching, "d_a_npc_bms1"), - ActorRel(Equivalent, "d_a_npc_bmsw"), + ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_bmsw"), ActorRel(NonMatching, "d_a_npc_bs1"), # regalloc ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_btsw"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_btsw2"),