d_a_obj_snowEffTag / d_a_obj_digplace / d_a_tag_lv2prchk OK (#390)

* d_a_obj_snowEffTag OK

* d_a_obj_digplace OK

* d_a_tag_lv2prchk OK

* remove asm / fix tag_waterfall warnings
This commit is contained in:
TakaRikka
2023-07-25 15:25:04 -07:00
committed by GitHub
parent 469d9cfe91
commit 62ab7c9a0b
37 changed files with 602 additions and 2456 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef STD_CMATH_H_
#define STD_CMATH_H_
#include "MSL_C/math.h"
namespace std {
float fabs(float num) {
return fabsf(num);
}
} // namespace std
#endif