Apply macros and port mstoryDll to every version (#513)

* Apply MTXDegToRad macros

* Port mstoryDll to every version
This commit is contained in:
dbalatoni13 2025-01-09 01:00:25 +01:00 committed by GitHub
parent 496c8544e5
commit 806ec24c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1196 additions and 1083 deletions

View file

@ -1398,12 +1398,12 @@ config.libs = [
Rel(
"mstoryDll",
objects={
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/main.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/board_clear.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/board_miss.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/mg_clear.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/mg_miss.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/save.c"),
Object(Matching, "REL/mstoryDll/main.c"),
Object(Matching, "REL/mstoryDll/board_clear.c"),
Object(Matching, "REL/mstoryDll/board_miss.c"),
Object(Matching, "REL/mstoryDll/mg_clear.c"),
Object(Matching, "REL/mstoryDll/mg_miss.c"),
Object(Matching, "REL/mstoryDll/save.c"),
},
),
Rel(