Merge pull request #473 from dbalatoni13/main

More PAL porting of RELs
This commit is contained in:
Liam Coleman 2024-11-17 21:10:15 -06:00 committed by GitHub
commit eaab26c769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 873 additions and 786 deletions

View file

@ -1142,20 +1142,20 @@ config.libs = [
Rel(
"m440Dll", # Bowser's Bigger Blast
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m440Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m440Dll/object.c"),
Object(Matching, "REL/m440Dll/main.c"),
Object(Matching, "REL/m440Dll/object.c"),
},
),
Rel(
"m441Dll", # Butterfly Blitz
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m441Dll/main.c"),
Object(Matching, "REL/m441Dll/main.c"),
},
),
Rel(
"m442Dll", # Barrel Baron
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m442Dll/main.c"),
Object(Matching, "REL/m442Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m442Dll/score.c"),
},
),