summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.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/z_common_data.c
parent2d97f0dd58dc3b3aaecc99010716f2ce21b9eed5 (diff)
parent8e316933d596204aa42fcfc2587fee480b4e114e (diff)
Merge branch 'master' of https://github.com/zeldaret/oot
Diffstat (limited to 'src/code/z_common_data.c')
-rw-r--r--src/code/z_common_data.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c
index 0625a2b54..cb5739477 100644
--- a/src/code/z_common_data.c
+++ b/src/code/z_common_data.c
@@ -1,8 +1,7 @@
#include <ultra64.h>
#include <global.h>
-void SaveContext_Init(void)
-{
+void SaveContext_Init(void) {
bzero(&gSaveContext, sizeof(gSaveContext));
D_8015FA88 = 0;
D_8015FA8C = 0;
@@ -18,4 +17,3 @@ void SaveContext_Init(void)
gSaveContext.transition_type = 0xFF;
gSaveContext.unk_13EE = 50;
}
-