diff options
| author | cadmic <cadmic24@gmail.com> | 2024-03-23 09:38:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 12:38:05 -0400 |
| commit | 39de6ce293d4f2ea31013a746404d730aca3f061 (patch) | |
| tree | 0fe649c623258491463feb6b1096a4df8f5cbd20 /include | |
| parent | 872940d6645518456e4438ca7e6fb9220406298a (diff) | |
Extract unused scene headers (#1930)
* Extract unused scene headers
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "1300a4f36"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "1300a4f36"
git-subrepo:
version: "0.4.6"
origin: "git@github.com:ingydotnet/git-subrepo.git"
commit: "110b9eb"
* Add more unused arguments to CS_LIGHT_SETTING
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64cutscene_commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64cutscene_commands.h b/include/z64cutscene_commands.h index d77416cf5..5de3d3c83 100644 --- a/include/z64cutscene_commands.h +++ b/include/z64cutscene_commands.h @@ -121,10 +121,10 @@ * The lighting change will take place immediately with no blending. * @note `endFrame` is not used in the implementation of the command, so its value does not matter */ -#define CS_LIGHT_SETTING(lightSetting, startFrame, endFrame, unused0, unused1, unused2, unused3, unused4, unused5, unused6, unused7) \ +#define CS_LIGHT_SETTING(lightSetting, startFrame, endFrame, unused0, unused1, unused2, unused3, unused4, unused5, unused6, unused7, unused8, unused9, unused10) \ CMD_BBH(0, (lightSetting + 1), startFrame), CMD_HH(endFrame, unused0), \ CMD_W(unused1), CMD_W(unused2), CMD_W(unused3), CMD_W(unused4), CMD_W(unused5), \ - CMD_W(unused6), CMD_W(unused7), 0x00000000, 0x00000000, 0x00000000 + CMD_W(unused6), CMD_W(unused7), CMD_W(unused8), CMD_W(unused9), CMD_W(unused10) /** * Declares a list of `CS_RUMBLE_CONTROLLER` entries. |
