summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-08-15 14:23:33 +1000
committerGitHub <noreply@github.com>2023-08-15 14:23:33 +1000
commit0cceee6eba249ca3671a30e5eafe5bd0a7162bf3 (patch)
tree70c8fc635ef0dc6134d1144725952d5943c4a6df /include
parent33ca9daecea3e052eee418371cc2e069d7babac7 (diff)
Animation Cleanup: En_C* and En_D* Actors (#1327)
* En_C cleanup * En_D * more cleanup * name enums * missed one * PR Review * remove padding
Diffstat (limited to 'include')
-rw-r--r--include/z_en_hy_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/z_en_hy_code.h b/include/z_en_hy_code.h
index 192e9183c..2b5d46d57 100644
--- a/include/z_en_hy_code.h
+++ b/include/z_en_hy_code.h
@@ -30,6 +30,7 @@ typedef enum EnHyLimb {
//! TODO: Better animaion enum names when animations are documented
typedef enum {
+ /* -1 */ ENHY_ANIM_NONE = -1,
/* 0 */ ENHY_ANIM_AOB_0,
/* 1 */ ENHY_ANIM_BOJ_1,
/* 2 */ ENHY_ANIM_BOJ_2,