kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)

* obj_life_container mostly done

* obj_glowSphere done

* kankyo_rain mostly done

* some cleanup

* more kankyo_rain cleanup
This commit is contained in:
TakaRikka
2024-12-18 10:02:52 -08:00
committed by GitHub
parent c5ab943cfc
commit ff5f31b844
26 changed files with 6797 additions and 3980 deletions
+3
View File
@@ -69,6 +69,9 @@ struct cAngle {
/* Converts Degree value to s16 angle */
static s16 d2s(f32 d) { return Degree_to_SAngle(d); }
/* Converts s16 angle to Degree value */
static f32 s2d(s16 a) { return SAngle_to_Degree(a); }
template <typename T>
static T Adjust(T f1, T f2, T f3);
};