diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-07-23 15:25:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 15:25:20 -0400 |
| commit | f3f147cc3d92dcfd2a8f9332833245db421266ba (patch) | |
| tree | 2e3ee784768d7235063386a51f27099626f889a6 /include/z64object.h | |
| parent | fbb38416cace4da63ce38f8624cd3c12418a9c8a (diff) | |
`z_draw` OK and Documented (#900)
* Import data for z_draw
* Match z_draw
* cleanup
* rupees
* Some object gi docs
* More documents
* Add explanation on function names
* more cleanup
* Fixed some things
* More docs
* Object docs WIP, still not done. I'll continue tomorrow
* More WIP, should just be mask gi objects left now
* Some masks done, many more to go
* cleanup
* Last masks finish
* Shield Stolen
* cleanup
* Apply various dicussions
* remove casts
* PR Suggestions
* Sync PowderKeg
Diffstat (limited to 'include/z64object.h')
| -rw-r--r-- | include/z64object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64object.h b/include/z64object.h index 34035306b..3b221088a 100644 --- a/include/z64object.h +++ b/include/z64object.h @@ -207,7 +207,7 @@ typedef enum { /* 0x0C3 */ OBJECT_GI_SHIELD_3, /* 0x0C4 */ OBJECT_UNSET_C4, /* 0x0C5 */ OBJECT_UNSET_C5, - /* 0x0C6 */ OBJECT_GI_MAGIC_BEANS, + /* 0x0C6 */ OBJECT_GI_BEAN, /* 0x0C7 */ OBJECT_GI_FISH, /* 0x0C8 */ OBJECT_UNSET_C8, /* 0x0C9 */ OBJECT_UNSET_C9, |
