diff options
| author | fig02 <fig02srl@gmail.com> | 2020-03-20 20:42:57 -0400 |
|---|---|---|
| committer | fig02 <fig02srl@gmail.com> | 2020-03-20 20:42:57 -0400 |
| commit | dff17518ef99789195b130378ec90dc4600a73d2 (patch) | |
| tree | f5cfff0094e854a51631ab04251a74b6a816e4de /src/code | |
| parent | ea075560c876961f042e1be9c2abd7acca828774 (diff) | |
pr review changes
Diffstat (limited to 'src/code')
| -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 23197ea6c..0625a2b54 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.richardIsLost = 1; + gSaveContext.dogIsLost = 1; gSaveContext.transition_type = 0xFF; gSaveContext.unk_13EE = 50; } |
