Skip to content

Commit 1e47ce4

Browse files
authored
zEntPlayer Reordering/Rework (#675)
* zEntPlayer Reordering (animtables) * Enable `-sym on` * Finish reordering functions
1 parent 68113e6 commit 1e47ce4

File tree

2 files changed

+494
-470
lines changed

2 files changed

+494
-470
lines changed

configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def MatchingFor(*versions):
481481
Object(NonMatching, "SB/Game/zEntDestructObj.cpp"),
482482
Object(NonMatching, "SB/Game/zEntHangable.cpp"),
483483
Object(NonMatching, "SB/Game/zEntPickup.cpp"),
484-
Object(NonMatching, "SB/Game/zEntPlayer.cpp"),
484+
Object(NonMatching, "SB/Game/zEntPlayer.cpp", extra_cflags=["-sym on"]),
485485
Object(NonMatching, "SB/Game/zEntSimpleObj.cpp"),
486486
Object(Matching, "SB/Game/zEntTrigger.cpp", extra_cflags=["-sym on"]),
487487
Object(Matching, "SB/Game/zEnv.cpp"),
@@ -729,7 +729,7 @@ def MatchingFor(*versions):
729729
Object(Matching, "dolphin/src/dsp/dsp.c"),
730730
Object(Matching, "dolphin/src/dsp/dsp_debug.c"),
731731
Object(Matching, "dolphin/src/dsp/dsp_task.c")
732-
]
732+
]
733733
),
734734
DolphinLib(
735735
"dvd",

0 commit comments

Comments
 (0)