diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2024-07-25 01:05:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 17:05:51 -0700 |
| commit | 1685597d9aded6ee06f4e191954940331e34f346 (patch) | |
| tree | 6a1b04f348a86534667d7bf836c5ace9d920e059 /linker_scripts | |
| parent | d209ff50090845aa4f5ccc0e474b974f98655419 (diff) | |
ovl_En_Knight OK (#1659)
* En_Knight matching
* Cleanup
* Fix
* Documentation Pass
* Suggested changes. Use IGOS_LIMB_* whenever it's guaranteed that the skeleton is gIgosSkel, still using KNIGHT_LIMB_* whenever it's ambiguous
* Remove related undefined syms
* More suggested changes
* BODYPART_NONE and bodypart enum
* Suggested changes
* Braces
Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
* csCamId
Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
* Various suggestions
* EnKnight_UpdateLimbCollider -> EnKnight_SetColliderSphere
* Yase/Debu -> Thin/Wide
* csCam -> subCam
* Format
* Fix
* animTranslation -> animMovement, dmgEffect -> drawDmgEff
* More brackets
Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
---------
Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/undefined_syms.ld | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/linker_scripts/undefined_syms.ld b/linker_scripts/undefined_syms.ld index 952057f63..010f770f4 100644 --- a/linker_scripts/undefined_syms.ld +++ b/linker_scripts/undefined_syms.ld @@ -148,8 +148,6 @@ D_01000000 = 0x01000000; D_04023348 = 0x04023348; D_040233B8 = 0x040233B8; D_04023428 = 0x04023428; -D_04051180 = 0x04051180; -D_04051238 = 0x04051238; D_0406AB30 = 0x0406AB30; // segment 0x05 @@ -232,65 +230,6 @@ D_06004894 = 0x06004894; D_060086BC = 0x060086BC; D_0600C3E0 = 0x0600C3E0; -// ovl_En_Knight - -D_060005A8 = 0x060005A8; -D_060009E0 = 0x060009E0; -D_06000D9C = 0x06000D9C; -D_06001CDC = 0x06001CDC; -D_06002174 = 0x06002174; -D_06003008 = 0x06003008; -D_060031F0 = 0x060031F0; -D_06003650 = 0x06003650; -D_060040E0 = 0x060040E0; -D_06004620 = 0x06004620; -D_06004974 = 0x06004974; -D_06005D30 = 0x06005D30; -D_06005E78 = 0x06005E78; -D_06006754 = 0x06006754; -D_06006EF8 = 0x06006EF8; -D_060079D4 = 0x060079D4; -D_06008390 = 0x06008390; -D_06008524 = 0x06008524; -D_060089E4 = 0x060089E4; -D_06008D80 = 0x06008D80; -D_06009538 = 0x06009538; -D_06009D8C = 0x06009D8C; -D_0600A530 = 0x0600A530; -D_0600A88C = 0x0600A88C; -D_0600AFAC = 0x0600AFAC; -D_0600B5D4 = 0x0600B5D4; -D_0600BCF4 = 0x0600BCF4; -D_0600C384 = 0x0600C384; -D_0600C7F0 = 0x0600C7F0; -D_0600CDE0 = 0x0600CDE0; -D_0600D870 = 0x0600D870; -D_0600DDCC = 0x0600DDCC; -D_0600E15C = 0x0600E15C; -D_0600E45C = 0x0600E45C; -D_0600E7F4 = 0x0600E7F4; -D_0600EA90 = 0x0600EA90; -D_0600EF44 = 0x0600EF44; -D_0600FC78 = 0x0600FC78; -D_0601024C = 0x0601024C; -D_06010E98 = 0x06010E98; -D_06011298 = 0x06011298; -D_06012400 = 0x06012400; -D_06012DB0 = 0x06012DB0; -D_06013020 = 0x06013020; -D_060188F8 = 0x060188F8; -D_060189F0 = 0x060189F0; -D_06018AF0 = 0x06018AF0; -D_06018BC4 = 0x06018BC4; -D_060201A8 = 0x060201A8; -D_06020374 = 0x06020374; -D_06020950 = 0x06020950; -D_0602105C = 0x0602105C; -D_06021B10 = 0x06021B10; -D_06021E34 = 0x06021E34; -D_06022728 = 0x06022728; -D_06022CAC = 0x06022CAC; - // ovl_En_Zl4 D_06013328 = 0x06013328; |
