Match m428Dll main.c and map.c

This commit is contained in:
dbalatoni13 2025-01-18 19:12:43 +01:00
parent 6f7beb4b27
commit 025b900bdc
7 changed files with 2617 additions and 214 deletions

View file

@ -1086,8 +1086,8 @@ config.libs = [
Rel(
"m428Dll", # Cliffhangers
objects={
Object(NonMatching, "REL/m428Dll/main.c"),
Object(NonMatching, "REL/m428Dll/map.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m428Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m428Dll/map.c"),
Object(NonMatching, "REL/m428Dll/player.c"),
},
),