Merge pull request #48 from gamemasterplc/main

hsfman.c build fixes
This commit is contained in:
gamemasterplc 2023-12-18 18:04:50 -06:00 committed by GitHub
commit 83bb4b27eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5426,7 +5426,7 @@ Hu3DCameraMtx = .bss:0x8018C89C; // type:object size:0x30
Hu3DCameraMtxXPose = .bss:0x8018C8CC; // type:object size:0x30
Hu3DGlobalLight = .bss:0x8018C8FC; // type:object size:0x220 data:2byte
Hu3DLocalLight = .bss:0x8018CB1C; // type:object size:0x880 data:2byte
lbl_8018D39C = .bss:0x8018D39C; // type:object size:0x48
lbl_8018D39C = .bss:0x8018D39C; // type:object size:0x30
Hu3DMotion = .bss:0x8018D3D0; // type:object size:0x800 data:2byte
Hu3DTexAnimData = .bss:0x8018DBD0; // type:object size:0x1400 data:2byte
Hu3DTexScrData = .bss:0x8018EFD0; // type:object size:0x6C0 data:2byte

View file

@ -247,7 +247,7 @@ config.libs = [
Object(Matching, "game/sprput.c"),
Object(Matching, "game/hsfload.c"),
Object(NonMatching, "game/hsfdraw.c"),
Object(Matching, "game/hsfman.c"),
Object(NonMatching, "game/hsfman.c"),
Object(NonMatching, "game/hsfmotion.c"),
Object(NonMatching, "game/hsfanim.c"),
Object(NonMatching, "game/hsfex.c"),