Decompile overlay 112 (PlayerSceneChange) (#38)

* fix scratch upload?

* start overlay 112

* comment format thing

* build fixes 1

* name cs index

* started vfunc_0c and vfunc_10

* added scratch links

* config changes

* fix build issues

* first wave of broken matches

* second wave of broken matches

* fix build issue

* third wave of broken matches

* forth wave of broken matches
This commit is contained in:
Yanis
2026-04-01 02:20:31 +02:00
committed by GitHub
parent 13fbf76c71
commit 72aa60b96f
36 changed files with 1208 additions and 175 deletions
+7
View File
@@ -204,6 +204,13 @@ config.libs = [
Object("110_PlayerGet/PlayerGet.cpp"),
]
),
GameLib(
"Overlay 112",
[
Object("112_PlayerSceneChange/PlayerSceneChange.cpp"),
Object("112_PlayerSceneChange/PlayerSceneChange2.cpp"),
]
),
LibC(
"libc",
[
+1
View File
@@ -25,6 +25,7 @@ CXX_FLAGS = [
'-Ilibs/cpp/include',
'-Ilibs/runtime/include',
f'-DVERSION={args.version}',
'-D__MWERKS__',
]
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))