From fd8c8687425a6288ffa3712031aa4d0dedac84e9 Mon Sep 17 00:00:00 2001 From: Space V <40030799+ahcenezdh@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:29:21 +0100 Subject: [PATCH] fix --- MISC/SetCloudsAlpha.md | 2 +- STREAMING/GetPlayerSwitchState.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MISC/SetCloudsAlpha.md b/MISC/SetCloudsAlpha.md index 2b44aba18..e6991f8e8 100644 --- a/MISC/SetCloudsAlpha.md +++ b/MISC/SetCloudsAlpha.md @@ -9,7 +9,7 @@ aliases: ["0xF36199225D6D8C86", "_SET_CLOUD_HAT_OPACITY"] void SET_CLOUDS_ALPHA(float opacity); ``` -Allows modification of the cloud intensity. For example it can be used when the player is in a switch state [`IS_PLAYER_SWITCH_IN_PROGRESS`](#_0xD9D2CFFF49FAB35F). +Allows modification of the cloud intensity. For example, it can be used in other contexts, such as when the player is in a switch state [`IS_PLAYER_SWITCH_IN_PROGRESS`](#_0xD9D2CFFF49FAB35F). ## Parameters diff --git a/STREAMING/GetPlayerSwitchState.md b/STREAMING/GetPlayerSwitchState.md index 3b2b487bf..67801a1f0 100644 --- a/STREAMING/GetPlayerSwitchState.md +++ b/STREAMING/GetPlayerSwitchState.md @@ -1,6 +1,5 @@ --- ns: STREAMING -aliases: ["0x470555300D10B2A5"] --- ## GET_PLAYER_SWITCH_STATE