d_a_obj_laundry Equivalent (#2387)

* Decompile first laundry methods

* Cleanup setNormalClothPos

* Fix rodata and implement more functions

* Full mapping

* Move create to inline method

* Cleanup

* Mark class as equivalent

* Change rodata padding

* Rename joint members

* More renames and cleanup

* Redefine mAttr

* Cleanup

* Update includes
This commit is contained in:
Arnaut Scholten
2025-04-12 05:54:53 -07:00
committed by GitHub
parent b52d288cd0
commit 417922b5c3
4 changed files with 298 additions and 364 deletions
+1
View File
@@ -24,6 +24,7 @@ void dKyw_rain_set(int count);
void dKyw_wind_set();
cXyz* dKyw_get_wind_vec();
cXyz dKyw_get_wind_vecpow();
cXyz dKyw_get_AllWind_vecpow(cXyz* param_0);
void dKyw_evt_wind_set(s16 angleX, s16 angleY);
void dKyw_custom_windpower(f32 pow);
void dKyw_evt_wind_set_go();