summaryrefslogtreecommitdiff
path: root/assets/xml/code
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2022-06-19 16:49:20 -0700
committerGitHub <noreply@github.com>2022-06-20 00:49:20 +0100
commitd318b1f2854e98e2510812dd09e7c84b14f17622 (patch)
tree4d8ffa8fd06498e2be994a57d407e10bf5638180 /assets/xml/code
parenta039a2f34a65ec9b85763664b30981f715563558 (diff)
SubS Time Paths (Finale) (#823)
* Merge in sub_s_models * Update subs DL names * Unused Weight pathing * Function headers for weightpathing * TimePathing WIP * Timepathing, still unsure about unk184 * Move subs functions from functions.h to z64subs.h * Add fake comment * Some cleanup and renames * Renames/cleanup of actors that use timepath * Cleanup * More cleanup * Rename unk stuff * Merge in upstream/master * TimeElapsed -> elapsedTime * Fix * Final cleanup * Fix waypoint comments * Review pt. 1 * Add clarifying comment to SubS_TimePathing_FillWeightArray * format.sh * Fix order comments * weightArray -> knots * Review pt 1 * Review pt 2 * Update src/code/z_sub_s.c Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * Update src/code/z_sub_s.c Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> Co-authored-by: Maide <34639600+Kelebek1@users.noreply.github.com> Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com> Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
Diffstat (limited to 'assets/xml/code')
-rw-r--r--assets/xml/code/sub_s.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/xml/code/sub_s.xml b/assets/xml/code/sub_s.xml
index 03329f0c5..76db7e32c 100644
--- a/assets/xml/code/sub_s.xml
+++ b/assets/xml/code/sub_s.xml
@@ -1,6 +1,6 @@
<Root>
<File Name="code" OutName="sub_s" BaseAddress="0x800A5AC0" RangeStart="0x120260" RangeEnd="0x1202F0" >
- <DList Name="gShadowDL" Offset="0x1202A0"/>
- <DList Name="gShadowVtxDL" Offset="0x1202C0"/>
+ <DList Name="gShadowMaterialDL" Offset="0x1202A0"/>
+ <DList Name="gShadowModelDL" Offset="0x1202C0"/>
</File>
</Root>