Split Japanese DOL till board/player.c

This commit is contained in:
dbalatoni13 2024-11-26 19:12:16 +01:00
parent 3b50a4bdb7
commit 17020537fc
7 changed files with 263 additions and 177 deletions

View file

@ -423,8 +423,8 @@ config.libs = [
Object(Matching, "game/flag.c"),
Object(Matching, "game/saveload.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/sreset.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/board/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/board/player.c"),
Object(Matching, "game/board/main.c"),
Object(Matching, "game/board/player.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/board/model.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/board/window.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/board/audio.c"),