Matched REL/w04/main + bridge + boo_event

This commit is contained in:
mrshigure 2024-04-13 17:18:59 -07:00
parent 019ac65f49
commit 1e255d3ea4
9 changed files with 2169 additions and 171 deletions

View file

@ -1270,9 +1270,9 @@ config.libs = [
Rel('w04Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w04Dll/main.c"),
Object(NonMatching, "REL/w04Dll/bridge.c"),
Object(NonMatching, "REL/w04Dll/boo_event.c"),
Object(Matching, "REL/w04Dll/main.c"),
Object(Matching, "REL/w04Dll/bridge.c"),
Object(Matching, "REL/w04Dll/boo_event.c"),
Object(NonMatching, "REL/w04Dll/big_boo.c"),
Object(NonMatching, "REL/w04Dll/mg_item.c"),
Object(NonMatching, "REL/w04Dll/mg_coin.c"),