Misc Stuff 3 (#39)

* cutscene stuff

* fix build issues

* revert accidental change and document random stuff

* document cutscene indices

* make mUnk_0D a bool + disambiguate a reloc

* decomp some itcm functions
This commit is contained in:
Yanis
2026-04-17 02:16:40 +02:00
committed by GitHub
parent ec62ef3392
commit 4a07ec0baa
23 changed files with 1104 additions and 81 deletions
+7
View File
@@ -131,6 +131,12 @@ config.auto_add_sources = False
config.warn_missing_source = True
config.libs = [
GameLib(
"ITCM",
[
Object("ITCM/ITCM_MapObjectManager.cpp"),
]
),
GameLib(
"Main",
[
@@ -168,6 +174,7 @@ config.libs = [
Object("000_Second/MapObject/MapObject.cpp"),
Object("000_Second/MapObject/MapObjectSwitchStep.cpp"),
Object("000_Second/MapObject/MapObjectMiniBlocks.cpp"),
Object("000_Second/Cutscene/Cutscene.cpp"),
Object("000_Second/Item/ItemManager.cpp"),
Object("000_Second/Actor/ActorUnk_ov000_020a8bb0.cpp"),
Object("000_Second/Item/TreasureManager.cpp"),