Split Japanese DOL till saveload.c

Renamed VERSION_JAP to VERSION_JPN because it might be offensive for some
This commit is contained in:
dbalatoni13 2024-11-26 16:48:31 +01:00
parent b47cadcf21
commit 3b50a4bdb7
9 changed files with 87 additions and 97 deletions

View file

@ -421,7 +421,7 @@ config.libs = [
Object(Matching, "game/thpmain.c"),
Object(Matching, "game/objsub.c"),
Object(Matching, "game/flag.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "game/saveload.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"),