mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 07:06:50 -04:00
another d_a_alink pass (#305)
* big pass on many d_a_alink files * remove asm * fix d_a_tag_spring * fix --------- Co-authored-by: root <root@DESKTOP-BTVP2BC>
This commit is contained in:
@@ -160,6 +160,7 @@ public:
|
||||
void i_changeOriginalDemo() { field_0x16b8 = 3; field_0x1728 = 0; }
|
||||
void i_setHorsePosAndAngle(cXyz const* i_pos, s16 i_angle) { (this->*mpSetHorsePosAngleFn)(i_pos, i_angle); }
|
||||
void onRideFlg() { (this->*mpOnRideFlgFn)(); }
|
||||
void offRideFlg() { (this->*mpOffRideFlgFn)(); }
|
||||
void onStateFlg0(daHorse_FLG0 flag) { mStateFlg0 |= flag; }
|
||||
void offStateFlg0(daHorse_FLG0 flag) { mStateFlg0 &= ~flag; }
|
||||
void offNoDrawWait() { offStateFlg0(NO_DRAW_WAIT); }
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
#define D_A_TAG_SPRING_H
|
||||
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "d/d_procname.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTagSpring_c : public fopAc_ac_c {
|
||||
public:
|
||||
@@ -14,9 +12,10 @@ public:
|
||||
/* 805A6B5C */ int execute();
|
||||
/* 805A6C84 */ u8 checkArea();
|
||||
/* 805A6DFC */ int _delete();
|
||||
u32 getSwbit() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
/* 0x568 */ u8 mTimer;
|
||||
|
||||
u32 getSwbit() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
|
||||
/* 0x568 */ u8 mTimer;
|
||||
}; // Size: 0x56C
|
||||
|
||||
#endif /* D_A_TAG_SPRING_H */
|
||||
|
||||
Reference in New Issue
Block a user