diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2022-04-17 16:08:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-17 11:08:16 -0400 |
| commit | bbc6dd77ea730740bb0b6dbe9ddcc1f02da4c5f8 (patch) | |
| tree | 755a1b5f2b0ce4e686ba242647357377220ddb46 /include | |
| parent | afd3ae243d35f54bad77193f9c4e5cb894bfa49c (diff) | |
Obj_Nozoki (#704)
* Obj_Nozoki
* GID
* PR
* Merge
* PR
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64item.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/z64item.h b/include/z64item.h index a3c8a7c70..785d56577 100644 --- a/include/z64item.h +++ b/include/z64item.h @@ -374,7 +374,8 @@ typedef enum { /* 0x31 */ GID_POTION_RED, /* 0x32 */ GID_POTION_BLUE, /* 0x33 */ GID_SHIELD_MIRROR, - /* 0x3A */ GID_3A = 0x3A, + /* 0x39 */ GID_39 = 0x39, + /* 0x3A */ GID_3A, /* 0x3B */ GID_FAIRY, /* 0x3E */ GID_3E = 0x3E, /* 0x44 */ GID_44 = 0x44, |
