diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-11-01 17:07:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-01 17:07:16 -0400 |
| commit | 8a3710824bf3acbe081cc942cc4fce0f695ba812 (patch) | |
| tree | 815b01341348843aaa0cc4cd387c153f74258f07 /tools | |
| parent | 1d17e35316b4fe989eae438fe55df64647277107 (diff) | |
Updated CC collision (#80)
* c_cc_d soooo close
* d_cc_shape_colliders -> d_cc_d
* ported over changes from #43
* Oops, didnt save
* use better collision functions in bombf
* bombf fixes
* bombf actorPostCreate matching
* fix
* small fix for cCcD_UnkAttr Set function
* more cleanup(?) for c_cc_d
* d_cc_mass_s OK
* Initial d_cc_s setup
* some easy funcs
---------
Co-authored-by: robojumper <robojumper@gmail.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/decompctx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/decompctx.py b/tools/decompctx.py index a857b8a2..184d4bcd 100644 --- a/tools/decompctx.py +++ b/tools/decompctx.py @@ -21,7 +21,7 @@ src_dir = os.path.join(root_dir, "src") include_dirs = [ os.path.join(root_dir, "include"), # Add additional include directories here - os.path.join(root_dir, "src"), + os.path.join(root_dir, "src"), os.path.join(root_dir, "src", "PowerPC_EABI_Support", "MetroTRK"), os.path.join( root_dir, "src", "PowerPC_EABI_Support", "MSL", "MSL_C", "MSL_Common", "Include" |
