mirror of
https://github.com/zeldaret/st
synced 2026-07-11 23:20:17 -04:00
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:
@@ -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",
|
||||
[
|
||||
|
||||
@@ -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__)))
|
||||
|
||||
Reference in New Issue
Block a user