summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2026-02-22 19:08:12 +0100
committerGitHub <noreply@github.com>2026-02-22 19:08:12 +0100
commitabdae818bda2f397c23e41078a4d89079b9fa7b8 (patch)
tree852c49d60db6b6c763dd4cd4168fff56546dce7a /include
parentf2cb5ecb2f7c174d69c61ab1dfa6f7784050014e (diff)
Fix misc 23 (#2699)
* remove noop macros Fault_SetFontColor Fault_SetCharPad under PLATFORM_N64 * remove duplicate declarations in sfx.h * use render mode presets more * decimal for alpha values * fix some z_camera comments typos * fix references to preprocess.sh (used to be preprocess.py) * remove outdated comment on deps in makefile * code_800AD920 was renamed to z_viszbuf * fix capitalization typo: gOcarinaofTimeDesignTex -> gOcarinaOfTimeDesignTex * fix typo: gLinkAdultEyesClosedfTex, gLinkChildEyesClosedfTex -> remove extra f * fix typo: gCrstalSwitchRedTex, gCrstalSwitchBlueTex -> gCrystal * fix PARAMS_GET_U amount of bits
Diffstat (limited to 'include')
-rw-r--r--include/fault.h4
-rw-r--r--include/sfx.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/fault.h b/include/fault.h
index af895927d..015da7d1c 100644
--- a/include/fault.h
+++ b/include/fault.h
@@ -81,10 +81,6 @@ void Fault_DrawText(s32 x, s32 y, const char* fmt, ...);
void func_800AE1F8(void);
-// Not implemented. Silently noop-ing is fine, these are not essential for functionality.
-#define Fault_SetFontColor(color) (void)0
-#define Fault_SetCharPad(padW, padH) (void)0
-
#else
void Fault_InitDrawer(void);
diff --git a/include/sfx.h b/include/sfx.h
index 2a9b543c3..6d61c3cf1 100644
--- a/include/sfx.h
+++ b/include/sfx.h
@@ -184,10 +184,6 @@ void func_800F8F88(void);
u8 Audio_IsSfxPlaying(u32 sfxId);
void Audio_ResetSfx(void);
-extern Vec3f gSfxDefaultPos;
-extern f32 gSfxDefaultFreqAndVolScale;
-extern s8 gSfxDefaultReverb;
-
extern SfxParams* gSfxParams[7];
extern char D_80133390[];
extern char D_80133398[];