Minor clean ups and match m428Dll main.c and map.c (#536)

* Minor cleanups and fixes

* Match m428Dll main.c and map.c
This commit is contained in:
dbalatoni13 2025-01-18 19:15:38 +01:00 committed by GitHub
parent 77da4907df
commit 2a3c353029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 2650 additions and 254 deletions

View file

@ -1086,8 +1086,8 @@ config.libs = [
Rel(
"m428Dll", # Cliffhangers
objects={
Object(NonMatching, "REL/m428Dll/main.c"),
Object(NonMatching, "REL/m428Dll/map.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m428Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m428Dll/map.c"),
Object(NonMatching, "REL/m428Dll/player.c"),
},
),