Ported m444dll to JP

This commit is contained in:
dbalatoni13 2024-12-15 21:14:10 +01:00
parent 76c597f352
commit 6527d71516
4 changed files with 96 additions and 68 deletions

View file

@ -1171,10 +1171,10 @@ config.libs = [
Rel(
"m444dll", # Reversal of Fortune
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m444dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m444dll/pinball.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m444dll/datalist.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m444dll/shadow.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m444dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m444dll/pinball.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m444dll/datalist.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m444dll/shadow.c"),
},
),
Rel(