Port m402Dll and m404Dll to PAL and finish m458Dll (#509)

* Ported m404Dll to PAL and misc changes

* Port m402Dll to PAL

* Cleaned up some ternaries in m458Dll

* Finish m458Dll with the help of Shigure
This commit is contained in:
dbalatoni13 2025-01-05 22:31:32 +01:00 committed by GitHub
parent b347ee8bd0
commit 05a2e87763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 604 additions and 664 deletions

View file

@ -881,7 +881,7 @@ config.libs = [
Rel(
"m402Dll", # Slime Time
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m402Dll/main.c"),
Object(Matching, "REL/m402Dll/main.c"),
},
),
Rel(
@ -894,7 +894,7 @@ config.libs = [
Rel(
"m404Dll", # Trace Race
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/m404Dll/main.c"),
Object(Matching, "REL/m404Dll/main.c"),
},
),
Rel(
@ -1279,7 +1279,7 @@ config.libs = [
Rel(
"m458Dll", # Panels of Doom
objects={
Object(NonMatching, "REL/m458Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m458Dll/main.c"),
},
),
Rel(