Files
tp/include/d/actor/d_a_no_chg_room.h
T
TakaRikkaandGitHub a6e76c0841 project cleanup (#2895)
* some wii OS fixes

* remove old dol2asm comments

* remove dol2asm.h

* remove function address comments

* normalize ATTRIBUTE_ALIGN usage

* DECL_WEAK macro

* fix gcc attribute weak macro

* wrap more mwcc specific things in ifdefs

* fixes

* fix revo sdk version flags

* fixes
2025-11-30 15:23:42 -07:00

22 lines
502 B
C++

#ifndef D_A_D_A_NO_CHG_ROOM_H
#define D_A_D_A_NO_CHG_ROOM_H
#include "f_op/f_op_actor_mng.h"
class daNocrm_c : public fopAc_ac_c {
public:
int execute();
int getRoomNo(int);
inline int create();
s8 getReadRoomId() { return fopAcM_GetParamBit(this, 0, 8); }
u8 getScaleType() { return fopAcM_GetParamBit(this, 8, 4); }
/* 0x568 */ Mtx mMtx;
/* 0x598 */ Mtx mInvMtx;
/* 0x5C8 */ s8 mRoomNo[2];
/* 0x5CA */ bool mRoomLoading;
};
#endif /* D_A_D_A_NO_CHG_ROOM_H */