diff options
| author | Zeclos <Zeclos99@gmail.com> | 2026-07-16 23:23:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-16 17:23:52 -0400 |
| commit | d3d65a4d8c31f796ae6db18291447010295d8fa5 (patch) | |
| tree | 9307e65d088a775cab5ffafe4a9d841664245227 /configure.py | |
| parent | c562f05ffa10a901c9749c6105f7446163b04f1c (diff) | |
d_a_npc_mk matching (#1115)
* matching
* cleanup
* d_a_npc_tt matching outside of _create and rodata
* matching
* all symbols matching order wrong fake inline usage
* matching
* cleanup, naming of some fields and enums
* undo changes
Diffstat (limited to 'configure.py')
| -rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 9e25d2ae..b12d8530 100755 --- a/configure.py +++ b/configure.py @@ -1681,7 +1681,7 @@ config.libs = [ ActorRel(NonMatching, "d_a_npc_ko1"), ActorRel(NonMatching, "d_a_npc_kp1"), ActorRel(Matching, "d_a_npc_ls1"), - ActorRel(NonMatching, "d_a_npc_mk"), + ActorRel(Matching, "d_a_npc_mk"), ActorRel(NonMatching, "d_a_npc_mn"), ActorRel(Matching, "d_a_npc_mt"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_nz"), |
