summaryrefslogtreecommitdiff
path: root/include/d/d_camera.h
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-10-03 23:40:06 +0200
committerrobojumper <robojumper@gmail.com>2025-10-03 23:40:06 +0200
commit4fc5280807cc0a3e32e93f67acc5beedb41c24eb (patch)
tree79ef3dce5cdcbc12cf031015c3e98634d653cf9a /include/d/d_camera.h
parentd26b0af2ce4043d22d104b9d64b1538eca8a0caf (diff)
more map
Diffstat (limited to 'include/d/d_camera.h')
-rw-r--r--include/d/d_camera.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/d/d_camera.h b/include/d/d_camera.h
index 5dbb0f61..b8d8771b 100644
--- a/include/d/d_camera.h
+++ b/include/d/d_camera.h
@@ -1,6 +1,7 @@
#ifndef D_CAMERA_H
#define D_CAMERA_H
+#include "common.h"
#include "d/d_base.h"
#include "m/m_vec.h"
@@ -33,6 +34,10 @@ public:
mScreenShakeIntensity = val;
}
+ UNKWORD getField_0xDA8() const {
+ return field_0xDA8;
+ }
+
bool isUnderwater() const;
f32 getUnderwaterDepth() const;
@@ -44,7 +49,9 @@ private:
/* 0xD98 */ void *field_0xD98;
/* 0xD9C */ u8 _0xD9C[0xDA0 - 0xD9C];
/* 0xDA0 */ void *field_0xDA0;
- /* 0xDA4 */ u8 _0xDA4[0xDB0 - 0xDA4];
+ /* 0xDA4 */ u8 _0xDA4[0xDA8 - 0xDA4];
+ /* 0xDA8 */ UNKWORD field_0xDA8;
+ /* 0xDAC */ u8 _0xDAC[0xDB0 - 0xDAC];
/* 0xDB0 */ f32 mScreenShakeIntensity;
};