d_a_cow Equivalent (#2353)

* decompile d_a_cow

* rescope enums to daCow_c class

* apply suggestions by TakaRikka

* fix JUT_ASSERT
This commit is contained in:
soruh
2025-03-27 17:56:51 -07:00
committed by GitHub
parent 57289d0a65
commit 4679b6e17f
9 changed files with 3300 additions and 2293 deletions
+6 -2
View File
@@ -5,7 +5,7 @@ class fopAc_ac_c;
class dComIfGoat_info_c {
public:
/* 0x0 */ fopAc_ac_c* field_0x0;
/* 0x0 */ fopAc_ac_c* mThrowActor;
};
class dComIfAc_info_c {
@@ -22,7 +22,11 @@ inline bool dComIfA_PauseCheck() {
}
inline fopAc_ac_c* dComIfGoat_GetThrow() {
return g_dComIfGoat_gameInfo.field_0x0;
return g_dComIfGoat_gameInfo.mThrowActor;
}
inline void dComIfGoat_SetThrow(fopAc_ac_c* actor) {
g_dComIfGoat_gameInfo.mThrowActor = actor;
}
#endif /* D_COM_D_COM_INF_ACTOR_H */