diff options
| author | MegaIDK <125525714+MegaIDK@users.noreply.github.com> | 2023-09-22 03:24:47 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 23:24:47 -0700 |
| commit | 2ecf3d6345004f696656eceb320c44a07bfbd4fa (patch) | |
| tree | 86fe836594c82180953d4aaaf61325f6e72c02b5 /include | |
| parent | ea9db85fde9f1b0059379c45e03cac380e567aad (diff) | |
ac_mbg OK but no data (#101)
* ac_mbg WIP
* format
* todo
* removed unnecessary commented data
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_collision_bg.h | 4 | ||||
| -rw-r--r-- | include/m_rcp.h | 2 | ||||
| -rw-r--r-- | include/sys_math.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/m_collision_bg.h b/include/m_collision_bg.h index d68d2c9..0fb4a07 100644 --- a/include/m_collision_bg.h +++ b/include/m_collision_bg.h @@ -99,9 +99,9 @@ typedef struct mCoBG_OffsetTable { // void func_8006B5C0_jp(); // void func_8006B664_jp(); // void func_8006B92C_jp(); -// void func_8006B97C_jp(); +s32 mCoBG_RegistMoveBg(s8 *arg0, PosRot *arg1, Vec3f *arg2, s16 *arg3, f32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 arg9, s32 argA, f32 argB); // void func_8006BAA8_jp(); -// void func_8006BAE4_jp(); +void mCoBG_CrossOffMoveBg(s32 arg0, struct Actor *actor); void func_8006BB64_jp(void); // void func_8006BB9C_jp(); // void func_8006BBE8_jp(); diff --git a/include/m_rcp.h b/include/m_rcp.h index da77c5c..57d180c 100644 --- a/include/m_rcp.h +++ b/include/m_rcp.h @@ -14,7 +14,7 @@ Gfx* gfx_set_fog_nosync(Gfx* gfx, u8 arg1, u8 arg2, u8 arg3, s32 arg4, s16 arg5, // void func_800BD470_jp(); // void func_800BD498_jp(); // void func_800BD4C0_jp(); -// void func_800BD4E8_jp(); +void _texture_z_light_fog_prim(struct GraphicsContext *gfxCtx); // void _texture_z_light_fog_prim_shadow(); // void func_800BD538_jp(); void func_800BD598_jp(Gfx* gfx); diff --git a/include/sys_math.h b/include/sys_math.h index 028151f..c78155c 100644 --- a/include/sys_math.h +++ b/include/sys_math.h @@ -15,7 +15,7 @@ // void ffact(); // void ifact(); // void powi(); -// void sinf_table(); +f32 sinf_table(f32); // void cosf_table(); // void tanf_table(); |
