* d_a_obj_rcloud
* Refactor daObjRcloud_c and update resource usage
Renamed enum values and return types in daObjRcloud_c for clarity and consistency. Updated resource indices to use named constants from res_bvkumo.h. Replaced magic numbers and variable names for improved readability. Removed an obsolete comment in J3DTexture.h.
* Rename variable o_phase to phase in _create method
Refactored the variable name from o_phase to phase in the daObjRcloud_c::_create() method for clarity and consistency.
* Set configure.py to matching.
It's not completely consistent, but it seems like the majority used `bool`, and only a handful used `BOOL`. So I switched all of them to `bool` except for 13 TUs that stopped matching when changed like this.