mirror of
https://github.com/zeldaret/st
synced 2026-08-14 12:33:50 -04:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user