summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYunataSavior <58997725+YunataSavior@users.noreply.github.com>2025-09-13 04:11:05 -0700
committerGitHub <noreply@github.com>2025-09-13 14:11:05 +0300
commit4c9ce97f3e8ed7657b6aedcb702c841d32ae4e28 (patch)
treea9abe14a034d41ec64acfc66d80449d499741341 /include
parentf91257cc6206ab4b47c2509b3a747e2dc4fa84f9 (diff)
d_a_e_gb and d_a_obj_bosswarp OK (#2652)
* d_a_e_gb and d_a_obj_bosswarp OK * fix e_gb and obj_bosswarp symbols * mark e_gb and obj_bosswarp as OK for JPN * Remove nonmatching comment --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
Diffstat (limited to 'include')
-rw-r--r--include/d/actor/d_a_e_gb.h17
-rw-r--r--include/d/actor/d_a_obj_life_container.h4
2 files changed, 3 insertions, 18 deletions
diff --git a/include/d/actor/d_a_e_gb.h b/include/d/actor/d_a_e_gb.h
index 0f2c1cb8f5..ca3b09a1ee 100644
--- a/include/d/actor/d_a_e_gb.h
+++ b/include/d/actor/d_a_e_gb.h
@@ -113,22 +113,5 @@ public:
STATIC_ASSERT(sizeof(e_gb_class) == 0xef8);
-class daE_GB_HIO_c : public JORReflexible{
-public:
- /* 806C1CEC */ daE_GB_HIO_c();
- /* 806C6F98 */ virtual ~daE_GB_HIO_c() {}
-
- void genMessage(JORMContext*);
-
- /* 0x04 */ s8 field_0x4;
- /* 0x08 */ f32 field_0x8;
- /* 0x0C */ f32 field_0xc;
- /* 0x10 */ f32 field_0x10;
- /* 0x14 */ s16 field_0x14;
- /* 0x18 */ f32 field_0x18;
- /* 0x1C */ s16 field_0x1c;
- /* 0x1E */ s16 field_0x1e;
-};
-
#endif /* D_A_E_GB_H */
diff --git a/include/d/actor/d_a_obj_life_container.h b/include/d/actor/d_a_obj_life_container.h
index bbaf2f3f5e..c3f9246b87 100644
--- a/include/d/actor/d_a_obj_life_container.h
+++ b/include/d/actor/d_a_obj_life_container.h
@@ -60,7 +60,9 @@ public:
actionInitWait2();
}
- void setPos(cXyz);
+ void setPos(cXyz new_pos) {
+ current.pos = new_pos;
+ }
private:
/* 0x92C */ fpc_ProcID mItemId;