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