diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2021-11-26 23:37:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-26 17:37:33 -0500 |
| commit | 6efb59069962abeeaa2ebf1d959cd344ed2aacb9 (patch) | |
| tree | 3738ef704bbf4025ef923aa66a8bb29d2883af81 /src/code/code_800EC960.c | |
| parent | c36decaf50c2deaf5010edbf73de8e0e3d725d48 (diff) | |
Various minor cleanups (#1029)
* Fix some disp usage in EffectSsGMagma2
* Fix some incorrect SAC flags
* Remove some instances where bool was used
* Fix a few line numbers to be decimal
* Remove MatrixInternal and use Mtx instead
* Fix gs flag names to be plural for consistency
* Fix some hex numbers to be uppercase
* Fix instances of 0X for hex numbers
Diffstat (limited to 'src/code/code_800EC960.c')
| -rw-r--r-- | src/code/code_800EC960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c index 811e16447..875b47d89 100644 --- a/src/code/code_800EC960.c +++ b/src/code/code_800EC960.c @@ -145,7 +145,7 @@ u8 D_80130658[0x70] = { s8 sSpecReverbs[20] = { 0, 0, 0, 0, 0, 0, 0, 40, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; D_801306DC_s D_801306DC[20] = { - { 0xC0FF, 0XC0FE, { 0, 2, 0, 0, 3, 0, 1, 2, 9, 1, 3, 64, 1, 4, 0, 1, 5, 32, 2, 2, 4, 2, 3, + { 0xC0FF, 0xC0FE, { 0, 2, 0, 0, 3, 0, 1, 2, 9, 1, 3, 64, 1, 4, 0, 1, 5, 32, 2, 2, 4, 2, 3, 0, 2, 4, 1, 2, 5, 16, 3, 2, 10, 3, 3, 112, 3, 4, 1, 3, 5, 48, 4, 2, 14, 4, 3, 127, 4, 4, 0, 4, 5, 16, 5, 2, 0, 5, 3, 127, 5, 4, 1, 5, 5, 16, 6, 2, 1, 6, 3, 127, 6, 4, 3, 6, 5, 16, 7, 2, 17, 7, 3, 127, 7, 4, 1, 7, 5, 16, 0xFF } }, |
