diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-10-27 21:28:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 02:28:33 +0100 |
| commit | c6ec00f0dd25136178dbfb658645c50995b91d64 (patch) | |
| tree | b648cbc26d29a6b805fc4d9ef5e14bafd35cd016 /include/functions.h | |
| parent | d76266d91e69683c71ff038a6d7afd51af3da129 (diff) | |
Match func_80142440 (z_vr_box.c OK) (#1127)
* match func_80142440
* run full formatter
* docs and cleanup
* PR Suggestions
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/functions.h b/include/functions.h index c98e3c021..27da5905e 100644 --- a/include/functions.h +++ b/include/functions.h @@ -2183,11 +2183,12 @@ void VisMono_Draw(VisMono* this, Gfx** gfxp); void func_801420C0(void* arg0); void func_801420F4(void* arg0); void func_80142100(void* arg0, Gfx** gfx, u32 arg2); -s32 func_80142440(SkyboxContext* skyboxCtx, Vtx* vtx, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8); + +s32 func_80142440(SkyboxContext* skyboxCtx, Vtx* roomVtx, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8); void func_80143148(SkyboxContext* skyboxCtx, s32 arg1); -void func_801431E8(GameState* gameState, SkyboxContext* skyboxCtx, s16 skyType); -void func_80143324(PlayState* play, SkyboxContext* skyboxCtx, s16 skyType); -void func_801434E4(GameState* gameState, SkyboxContext* skyboxCtx, s16 skyType); +void Skybox_Setup(GameState* gameState, SkyboxContext* skyboxCtx, s16 skyboxId); +void func_80143324(PlayState* play, SkyboxContext* skyboxCtx, s16 skyboxId); +void Skybox_Init(GameState* gameState, SkyboxContext* skyboxCtx, s16 skyboxId); Mtx* SkyboxDraw_UpdateMatrix(SkyboxContext* skyboxCtx, f32 x, f32 y, f32 z); void SkyboxDraw_SetColors(SkyboxContext* skyboxCtx, u8 primR, u8 primG, u8 primB, u8 envR, u8 envG, u8 envB); void SkyboxDraw_Draw(SkyboxContext* skyboxCtx, GraphicsContext* gfxCtx, s16 skyboxId, s16 blend, f32 x, f32 y, f32 z); |
