diff options
| author | fig02 <fig02srl@gmail.com> | 2020-03-20 08:04:35 -0400 |
|---|---|---|
| committer | fig02 <fig02srl@gmail.com> | 2020-03-20 08:04:35 -0400 |
| commit | f3b509eb68a3563b48d4cc2226e93a213d6bf427 (patch) | |
| tree | e707301b9146644287b7f06e6d3fdbcfbfe0c9c7 /src/code/z_common_data.c | |
| parent | 898a103b78d458d727bbf7ff9110f6544c86c837 (diff) | |
en_dog OK
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index 63802a742..23197ea6c 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -14,7 +14,7 @@ void SaveContext_Init(void) gSaveContext.chamber_cutscene_num = 0; gSaveContext.next_day_time = 0xFFFF; gSaveContext.environment_time = 0; - gSaveContext.unk_141C = 1; + gSaveContext.richardIsLost = 1; gSaveContext.transition_type = 0xFF; gSaveContext.unk_13EE = 50; } |
