From 43de1a0b17310d2dcd23cdda6187b26d94fded0a Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Mon, 18 Dec 2023 18:03:52 -0600 Subject: [PATCH 1/2] Emergency fix for hsfman.c split --- config/GMPE01_00/symbols.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/GMPE01_00/symbols.txt b/config/GMPE01_00/symbols.txt index efbf068c..8162dbd0 100644 --- a/config/GMPE01_00/symbols.txt +++ b/config/GMPE01_00/symbols.txt @@ -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 From 394e3698df3d60464abc1953327935b5e7ff0ebd Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Mon, 18 Dec 2023 18:04:28 -0600 Subject: [PATCH 2/2] Temporarily set hsfman.c to nonmatching --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 311207c7..7f1297ba 100644 --- a/configure.py +++ b/configure.py @@ -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"),