Skip to content

Commit

Permalink
xEnt Equivalent (#359)
Browse files Browse the repository at this point in the history
* Define 1e38 as FLOAT_MAX

* Decomp float literals

* Decomp xEnt data

* Match xEntCollCheckOneEntNoDepen

* xEnt equivalent
  • Loading branch information
SquareMan authored Aug 31, 2024
1 parent ed63ba6 commit 5a1ca69
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 196 deletions.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def Rel(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
Object(Matching, "SB/Core/x/xCounter.cpp"),
Object(NonMatching, "SB/Core/x/xCutscene.cpp"),
Object(NonMatching, "SB/Core/x/xDebug.cpp"),
Object(NonMatching, "SB/Core/x/xEnt.cpp"),
Object(Equivalent, "SB/Core/x/xEnt.cpp"),
Object(NonMatching, "SB/Core/x/xEntDrive.cpp"),
Object(NonMatching, "SB/Core/x/xEntMotion.cpp"),
Object(Matching, "SB/Core/x/xEnv.cpp"),
Expand Down
Loading

0 comments on commit 5a1ca69

Please sign in to comment.