summaryrefslogtreecommitdiff
path: root/src/code/code_8006C360.c
diff options
context:
space:
mode:
authorshawlucas <lgs84@cornell.edu>2020-03-23 14:41:50 -0700
committershawlucas <lgs84@cornell.edu>2020-03-23 14:41:50 -0700
commit09afb8d5528118e287d3b126dd9f8a4e803b5ea7 (patch)
tree9763c68b8511f23f7801939cac736bf96a502d54 /src/code/code_8006C360.c
parent2d97f0dd58dc3b3aaecc99010716f2ce21b9eed5 (diff)
parent8e316933d596204aa42fcfc2587fee480b4e114e (diff)
Merge branch 'master' of https://github.com/zeldaret/oot
Diffstat (limited to 'src/code/code_8006C360.c')
-rw-r--r--src/code/code_8006C360.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/code/code_8006C360.c b/src/code/code_8006C360.c
index fa48f62ed..01cf89b4d 100644
--- a/src/code/code_8006C360.c
+++ b/src/code/code_8006C360.c
@@ -1,8 +1,7 @@
#include <ultra64.h>
#include <global.h>
-u16 D_8011F3F0[60][9] =
-{
+u16 D_8011F3F0[60][9] = {
{ 0x0000, 0x7124, 0x7127, 0x7126, 0x7125, 0x7127, 0x7124, 0x7125, 0x7127 },
{ 0x0000, 0x7128, 0x7129, 0x7128, 0x7128, 0x7128, 0x7128, 0x712A, 0x712B },
{ 0x0000, 0x7128, 0x712B, 0x7128, 0x7128, 0x7129, 0x7128, 0x712B, 0x7128 },
@@ -65,8 +64,7 @@ u16 D_8011F3F0[60][9] =
{ 0x0000, 0x7104, 0x7105, 0x7107, 0x7105, 0x710C, 0x7105, 0x7107, 0x7107 },
};
-u16 func_8006C360(GlobalContext* globalCtx, u32 idx)
-{
+u16 func_8006C360(GlobalContext* globalCtx, u32 idx) {
u8 mask = func_8008F080(globalCtx);
return D_8011F3F0[idx][mask];
}