Decompile rest of m420dll

This commit is contained in:
gamemasterplc 2024-10-27 21:30:43 -05:00
parent 1c1e79e0bb
commit 76c369d3cd
4 changed files with 185 additions and 254 deletions

View file

@ -976,10 +976,10 @@ config.libs = [
Rel(
"m420dll", # Fish n' Drips
objects={
Object(NonMatching, "REL/m420dll/main.c"),
Object(Matching, "REL/m420dll/main.c"),
Object(Matching, "REL/m420dll/camera.c"),
Object(NonMatching, "REL/m420dll/player.c"),
Object(NonMatching, "REL/m420dll/map.c"),
Object(Matching, "REL/m420dll/player.c"),
Object(Matching, "REL/m420dll/map.c"),
Object(Matching, "REL/m420dll/rand.c"),
},
),