diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-02-28 23:05:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 23:05:49 -0800 |
| commit | 9c3c07575a47d64fa70561d6a2cfd166aee94ccd (patch) | |
| tree | cc3842d3a4ecf99da60f9d10a478bbc06bf983c4 /include/SSystem | |
| parent | 4453d0617ecf42e83e2266f0422ce3df25aa4216 (diff) | |
d_a_e_ym (a.k.a. Twilight bugs) 99% equivalent (daE_YM_c::checkBeforeBg and daE_YM_c::create have regalloc issues) (#2311)
* checkWallCrash and checkWolfBark done for d_a_e_ym
* d_a_e_ym at 36 percent
* 46% completion for d_a_e_ym
* d_a_e_ym at 65% completion
* d_a_e_ym 83% complete
* d_a_e_ym 90% complete
* d_a_e_ym 99% decompiled. All done except for 2 functions with regalloc issues. Cleanup of mSound funcs in d_a_e_ym.
* Update d_a_e_ym based on Taka's feedback
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_bg_s_lin_chk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_lin_chk.h b/include/SSystem/SComponent/c_bg_s_lin_chk.h index 207e40a0e0..0b5116f3cb 100644 --- a/include/SSystem/SComponent/c_bg_s_lin_chk.h +++ b/include/SSystem/SComponent/c_bg_s_lin_chk.h @@ -28,7 +28,7 @@ public: void ct(); void Set2(const cXyz*, const cXyz*, unsigned int); void PreCalc(); - void GetCross(); + cXyz& GetCross() { return mLin.GetEnd(); } virtual ~cBgS_LinChk(); |
