mirror of
https://github.com/zeldaret/tp
synced 2026-08-17 13:30:07 -04:00
d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark (#309)
* setup TU * JASResArcLoader OK * d_a_obj_stoneMark work * some funcs in d_a_obj_stoneMark * many changes * quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile * d_file_select functions + pr cleanup
This commit is contained in:
@@ -29,6 +29,10 @@ inline s16 cM_deg2s(f32 val) {
|
||||
return val * 182.04445f;
|
||||
}
|
||||
|
||||
inline s16 i_cM_deg2s(f32 val) {
|
||||
return val;
|
||||
}
|
||||
|
||||
inline f32 cM_fsin(f32 v) {
|
||||
return JMASSin(cM_rad2s(v));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user