diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-17 21:41:40 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-17 21:41:40 -0400 |
| commit | 67259edeeb2a48dffa0767c30ed0ba2ee2b00846 (patch) | |
| tree | 1890273ea8d95742a1499cf9302b4bd78ce8ea49 /include/d/actor/d_a_obj_smplbg.h | |
| parent | ce8a70bfb0d3cc67f1db747909d795b2280a35e1 (diff) | |
Clean up HIO reg accesses
Diffstat (limited to 'include/d/actor/d_a_obj_smplbg.h')
| -rw-r--r-- | include/d/actor/d_a_obj_smplbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_obj_smplbg.h b/include/d/actor/d_a_obj_smplbg.h index f2ea7257..138e7113 100644 --- a/include/d/actor/d_a_obj_smplbg.h +++ b/include/d/actor/d_a_obj_smplbg.h @@ -17,7 +17,7 @@ namespace daObjSmplbg { struct Attr_c { /* 0x00 */ u32 mHeapSize; /* 0x04 */ const char* mResName; - /* 0x08 */ s16 mBDLFileIndex; + /* 0x08 */ s16 mBDLFileIndex; /* 0x0A */ s16 mDZBFileIndex; /* 0x0C */ MoveBGActor_SetFunc mMoveBGProc; /* 0x10 */ u32 mFlags; @@ -26,7 +26,7 @@ namespace daObjSmplbg { /* 0x18 */ s16 mCullMinZ; /* 0x1A */ s16 mCullMaxX; /* 0x1C */ s16 mCullMaxY; - /* 0x1E */ s16 mCullMaxZ; + /* 0x1E */ s16 mCullMaxZ; /* 0x20 */ f32 mEyeOffset; }; |
