diff options
| author | Archez <Archez@users.noreply.github.com> | 2025-02-12 15:30:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-12 21:30:06 +0100 |
| commit | 135c2e8217f9bc28223b1d62bff764e7705862b2 (patch) | |
| tree | 7e568b54c8b9df590f8d2a55f825c1371afd5aab /soh/include/functions.h | |
| parent | 297a056dfff2cf7bd31693d21d691c63bc0cbd54 (diff) | |
Remove POLY_KAL and restore POLY_OPA for kaleido (#5041)
Diffstat (limited to 'soh/include/functions.h')
| -rw-r--r-- | soh/include/functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index 64d7026e1..8f902c5a8 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -1213,12 +1213,10 @@ Gfx* Gfx_SetupDL_66(Gfx* gfx); Gfx* func_800947AC(Gfx* gfx); void Gfx_SetupDL_42Opa(GraphicsContext* gfxCtx); void Gfx_SetupDL_42Overlay(GraphicsContext* gfxCtx); -void Gfx_SetupDL_42Kal(GraphicsContext* gfxCtx); void Gfx_SetupDL_27Xlu(GraphicsContext* gfxCtx); void Gfx_SetupDL_60NoCDXlu(GraphicsContext* gfxCtx); void Gfx_SetupDL_61Xlu(GraphicsContext* gfxCtx); void Gfx_SetupDL_56Ptr(Gfx** gfxp); -void Gfx_SetupDL_39Kal(GraphicsContext* gfxp); Gfx* Gfx_BranchTexScroll(Gfx** gfxp, u32 x, u32 y, s32 width, s32 height); Gfx* func_80094E78(GraphicsContext* gfxCtx, u32 x, u32 y); Gfx* Gfx_TexScroll(GraphicsContext* gfxCtx, u32 x, u32 y, s32 width, s32 height); |
