Complete mstory2 board_clear and board_entrance (#517)

* Match first mstory2 TU

* Complete mstory2 board_clear and board_entrance
This commit is contained in:
Liam Coleman 2025-01-10 10:00:49 -06:00 committed by GitHub
parent c8c4ef763c
commit d6f065e127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1272 additions and 4 deletions

View file

@ -1371,8 +1371,8 @@ config.libs = [
"mstory2Dll",
objects={
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/main.c"),
Object(NonMatching, "REL/mstory2Dll/board_entrance.c"),
Object(NonMatching, "REL/mstory2Dll/board_clear.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_entrance.c"),
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_clear.c"),
Object(NonMatching, "REL/mstory2Dll/board_miss.c"),
Object(NonMatching, "REL/mstory2Dll/mg_clear.c"),
Object(NonMatching, "REL/mstory2Dll/mg_miss.c"),