diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-04-21 21:11:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-22 05:11:54 +0100 |
| commit | e50c346ab831a29716ae89ffd683072ae3a801e9 (patch) | |
| tree | d8c351d90d1e9b3f21f25f3e2e6f6ce3e8ac3a59 /assets/xml/code/sub_s.xml | |
| parent | 10d9025267f912101e32c67a59ee34c15f4ca2a2 (diff) | |
SubS Shadows, Cutscenes, Exchange, and Planes (#773)
* Bring code over
* Rename
* clean up variables.h
* Bring over some more code as well as cleanup
* remove newline in functions.h
* format
* Add plane functions
* Remove from actorfixer
* Add some more docs to plane functions
* Use temp for better format
* change func_8013E8F8 to return an s32
* rename origin back to pos
* format
* Add docs to SubS_ComputePlane
* format
* gfxContextPtr -> globalCtx
* bss
* Better docs of SubS_ComputePlane
* Normal -> unitVec
* Review pt. 1
* Update plane comment
* SubS_ActorAndPlayerAreFacing -> SubS_ActorAndPlayerFaceEachOther
* Add subs texture defines
* Update include/z64math.h
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
Diffstat (limited to 'assets/xml/code/sub_s.xml')
| -rw-r--r-- | assets/xml/code/sub_s.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/xml/code/sub_s.xml b/assets/xml/code/sub_s.xml index d48335ec7..03329f0c5 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="D_801C5D60" Offset="0x1202A0"/> - <DList Name="D_801C5D80" Offset="0x1202C0"/> + <DList Name="gShadowDL" Offset="0x1202A0"/> + <DList Name="gShadowVtxDL" Offset="0x1202C0"/> </File> </Root> |
