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:
parent
b347ee8bd0
commit
05a2e87763
18 changed files with 604 additions and 664 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue