summaryrefslogtreecommitdiff
path: root/include/d/d_stage.h
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-10-10 01:05:19 +0200
committerrobojumper <robojumper@gmail.com>2025-10-10 01:19:59 +0200
commit6d7a7007c057a5fbbdc88f12f44aab6ec7a8d030 (patch)
tree76f9b75a57b3f958162069bccc3c041da60b1d9d /include/d/d_stage.h
parenta7ab2f6fee5eeb545d29fed66381262a163b6f98 (diff)
more
Diffstat (limited to 'include/d/d_stage.h')
-rw-r--r--include/d/d_stage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h
index 5d48f917..9608dd07 100644
--- a/include/d/d_stage.h
+++ b/include/d/d_stage.h
@@ -78,6 +78,14 @@ public:
return field_0x1EE;
}
+ void setField_0x1E8(u8 v) {
+ field_0x1E8 = v;
+ }
+
+ void setField_0x1EF(u8 v) {
+ field_0x1EF = v;
+ }
+
void init(MapRelated *);
void fn_801b4900();
void fn_801B4B80(u32 mapParams, const mVec3_c &center, const mVec3_c &size);