mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 00:16:11 -04:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -60,7 +60,9 @@ public:
|
||||
actionInitWait2();
|
||||
}
|
||||
|
||||
void setPos(cXyz);
|
||||
void setPos(cXyz new_pos) {
|
||||
current.pos = new_pos;
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x92C */ fpc_ProcID mItemId;
|
||||
|
||||
Reference in New Issue
Block a user