From 2ecf3d6345004f696656eceb320c44a07bfbd4fa Mon Sep 17 00:00:00 2001 From: MegaIDK <125525714+MegaIDK@users.noreply.github.com> Date: Fri, 22 Sep 2023 03:24:47 -0300 Subject: ac_mbg OK but no data (#101) * ac_mbg WIP * format * todo * removed unnecessary commented data --- include/m_collision_bg.h | 4 ++-- include/m_rcp.h | 2 +- include/sys_math.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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(); -- cgit v1.2.3