Fix w06 symbols for PAL and port mstory2Dll to every version (#523)

* Fix w06 symbols for PAL

* Port mstory2Dll to every version
This commit is contained in:
dbalatoni13 2025-01-11 18:38:53 +01:00 committed by GitHub
parent f79a3f88b1
commit 090ab1c05f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 2181 additions and 2006 deletions

View file

@ -1370,14 +1370,14 @@ config.libs = [
Rel(
"mstory2Dll",
objects={
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/main.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_entrance.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_clear.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_miss.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/mg_clear.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/mg_miss.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/ending.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/save.c"),
Object(Matching, "REL/mstory2Dll/main.c"),
Object(Matching, "REL/mstory2Dll/board_entrance.c"),
Object(Matching, "REL/mstory2Dll/board_clear.c"),
Object(Matching, "REL/mstory2Dll/board_miss.c"),
Object(Matching, "REL/mstory2Dll/mg_clear.c"),
Object(Matching, "REL/mstory2Dll/mg_miss.c"),
Object(Matching, "REL/mstory2Dll/ending.c"),
Object(Matching, "REL/mstory2Dll/save.c"),
},
),
Rel(