diff options
| author | Chloe <47910150+ChloeBangBang@users.noreply.github.com> | 2022-07-11 19:37:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 21:37:42 -0400 |
| commit | 78a29fb17b341e4c668796508ec272a9d64154a4 (patch) | |
| tree | cd47f8584a5a3a4d25920d9633f10a2bbf324c80 /include | |
| parent | 8856e07166e190fc2a9959d7741ef4c6e73e82d0 (diff) | |
ovl_Dm_Char02 decompiled (#869)
* ovl_Dm_Char02 decompiled
* remove m2c comments
* remove ovl_Dm_Char02 data in spec
* ran format.sh
* fix format version
* use our reloc
* fix reviews
* rename context/playstate structs
* format
* more review fixing
* even more review fixing
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/z64item.h b/include/z64item.h index b27fac9a0..a8c401f63 100644 --- a/include/z64item.h +++ b/include/z64item.h @@ -307,6 +307,7 @@ typedef enum { /* 0x3D */ GI_KEY_BOSS, /* 0x3E */ GI_MAP, /* 0x3F */ GI_COMPASS, + /* 0x4C */ GI_OCARINA = 0x4C, /* 0x50 */ GI_50 = 0x50, /* 0x52 */ GI_SCALE_GOLD = 0x52, // Assumed, used in En_Fishing /* 0x59 */ GI_BOTTLE_POTION_RED = 0x59, |
