summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-07-25 01:05:51 +0100
committerGitHub <noreply@github.com>2024-07-24 17:05:51 -0700
commit1685597d9aded6ee06f4e191954940331e34f346 (patch)
tree6a1b04f348a86534667d7bf836c5ace9d920e059 /include
parentd209ff50090845aa4f5ccc0e474b974f98655419 (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 'include')
-rw-r--r--include/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h
index 5c99e6a26..b3905423b 100644
--- a/include/variables.h
+++ b/include/variables.h
@@ -75,7 +75,7 @@ extern AudioContext gAudioCtx; // at 0x80200C70
// other segments
extern Mtx D_01000000;
+extern Gfx D_08000000[];
extern u16 D_0F000000[];
-
#endif