diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2022-06-20 12:41:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 13:41:43 -0400 |
| commit | b4eebbbcd6951a6194d927effe3b519e42319dec (patch) | |
| tree | 124fa2e15b281fc9d3956461b1140eaedc11f8a6 /soh/src/code/z_common_data.c | |
| parent | 73ff7ef3dae83ec85afb20ec6453c69967bb0b96 (diff) | |
Versioned saves (#423)
* v1
* Cleanup
* Cleanup
* cleanup
* Organization
* Fixes
* Fix typos
* fixup merge
* use gLanguages
* Restore n64dd
* Fix bad merge
* Set ddflag
Diffstat (limited to 'soh/src/code/z_common_data.c')
| -rw-r--r-- | soh/src/code/z_common_data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/soh/src/code/z_common_data.c b/soh/src/code/z_common_data.c index e6682b18e..c92a36b71 100644 --- a/soh/src/code/z_common_data.c +++ b/soh/src/code/z_common_data.c @@ -2,13 +2,9 @@ #include <string.h> SaveContext gSaveContext; -u32 D_8015FA88; -u32 D_8015FA8C; void SaveContext_Init(void) { memset(&gSaveContext, 0, sizeof(gSaveContext)); - D_8015FA88 = 0; - D_8015FA8C = 0; gSaveContext.seqId = (u8)NA_BGM_DISABLED; gSaveContext.natureAmbienceId = NATURE_ID_DISABLED; gSaveContext.forcedSeqId = NA_BGM_GENERAL_SFX; |
