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 /include | |
| parent | ea075560c876961f042e1be9c2abd7acca828774 (diff) | |
pr review changes
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64.h b/include/z64.h index 59d81d58f..964402a1e 100644 --- a/include/z64.h +++ b/include/z64.h @@ -209,7 +209,7 @@ typedef struct /* 0x1418 */ u8 fade_duration; /* 0x1419 */ u8 unk_1419; // transition related /* 0x141A */ u16 environment_time; - /* 0x141C */ u8 richardIsLost; + /* 0x141C */ u8 dogIsLost; /* 0x141D */ u8 transition_type; /* 0x141E */ char unk_141E[0x0002]; /* 0x1420 */ s16 world_map_area; |
