mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
f_op_msg_mng 19/20 matched (#227)
This commit is contained in:
@@ -287,6 +287,8 @@ public:
|
||||
s16 getItemMaxLifeCount() { return mItemMaxLifeCount; }
|
||||
f32 getItemLifeCount() { return mItemLifeCount; }
|
||||
s16 getItemMaxArrowNumCount() { return mItemMaxArrowNumCount; }
|
||||
void clearNowAnimeID() { mNowAnimeID = -1; }
|
||||
void clearMesgCamInfoID() { mMesgCamInfo = (void*)-1; }
|
||||
void clearItemMaxLifeCount() { mItemMaxLifeCount = 0; }
|
||||
void clearItemLifeCount() {
|
||||
mItemLifeCount = 0.0f;
|
||||
@@ -2568,6 +2570,14 @@ inline int dComIfG_setTimerNowTimeMs(int time) {
|
||||
g_dComIfG_gameInfo.play.setTimerNowTimeMs(time);
|
||||
}
|
||||
|
||||
inline void dComIfGp_clearMesgAnimeTagInfo() {
|
||||
g_dComIfG_gameInfo.play.clearNowAnimeID();
|
||||
}
|
||||
|
||||
inline void dComIfGp_clearMesgCameraTagInfo() {
|
||||
g_dComIfG_gameInfo.play.clearMesgCamInfoID();
|
||||
}
|
||||
|
||||
inline u32 dComIfGp_particle_set(u32 param_0, u16 param_1, const cXyz* param_2,
|
||||
const dKy_tevstr_c* param_3, const csXyz* param_4,
|
||||
const cXyz* param_5, u8 param_6, dPa_levelEcallBack* param_7,
|
||||
|
||||
@@ -93,7 +93,7 @@ public:
|
||||
/* 80237994 */ static void onKillMessageFlag();
|
||||
/* 802379AC */ static void setKillMessageFlag();
|
||||
/* 802379D8 */ void setKillMessageFlagLocal();
|
||||
/* 80237A74 */ void setTalkPartner(fopAc_ac_c*);
|
||||
/* 80237A74 */ static void setTalkPartner(fopAc_ac_c*);
|
||||
/* 80237A88 */ void setNowTalkFlowNo(s16);
|
||||
/* 80237A9C */ void getNowTalkFlowNo();
|
||||
/* 80237AB0 */ void setDemoMessage(u32);
|
||||
@@ -460,7 +460,7 @@ public:
|
||||
/* 0x2EC */ f32 mPikariAnmSpeed;
|
||||
/* 0x2F0 */ u16 mPikariHaloDelay_spirit;
|
||||
/* 0x2F2 */ u8 mStageTitleDisplayType;
|
||||
/* 0x2F4 */ u16 mMsgIndex;
|
||||
/* 0x2F4 */ s16 mMsgIndex;
|
||||
/* 0x2F6 */ u16 mFlowIndex;
|
||||
/* 0x2F8 */ u16 mSaveSeqMsgIndex;
|
||||
/* 0x2FA */ u16 mSelWeightFrame;
|
||||
|
||||
Reference in New Issue
Block a user