* feat: Add .data to RMSX actors
* fix: Fix bad regressions
* feat: Add struct and improve RMSD matching
* feat: Move RMSX base class to the right file
* feat: Delink vtable and update symbols
* feat: Match .data and improve ActorUnkRMSBase
* feat: Update ActorUnkRSMBase ctor and match ActorUnkRMSW
* fix: Fix outdated initialization
* feat: Match RMSV ctor
* feat: Match more vfunc
* feat: Match more vfunc and some cleanup
* chore: Clean headers
* feat: Reorder funcs, add unk structs
* feat: Move RMSBase to a separate file and flag as complete
* feat: Complete some actors
* feat: Add data to RBLS, almost match the actor
* feat: Add eur data for CANS
* feat: Reorder CANS functions, sync data for jp
* feat: Reorder CASE functions
* feat: Update global func call to member func call
* feat: Unify code structure to fit other RMSX files
fix: Change type of ActorUnkRMSD.mUnk_158 that was too big to unk32 as placeholder
* feat: Apply patch from Yanis
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
* fix: Update code to get rid of GetResource and use new function
* Update src/063_Shrine/Actor/ActorUnkRMSD.cpp
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
* Merge branch 'main' into ActorUnkRMSD
* fix: Format file
* feat: Rename RMSX base class
---------
Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>