diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-08-31 17:46:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-31 15:46:12 +0000 |
| commit | e5daae28501ac1bab73ffab4a3bf3693b79155bc (patch) | |
| tree | 61532f848fb86a778a56f8bbceb6fec68449ac72 /include | |
| parent | fe068a1396133aaa24a846a0a9eb5208d67d2277 (diff) | |
[cc0 oot] bowling things (#2793)
* [cc0 oot] bowling things
* bowling fixups
* bowling things cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/save.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/save.h b/include/save.h index 0e0e4ccea..195e7de39 100644 --- a/include/save.h +++ b/include/save.h @@ -745,8 +745,8 @@ typedef enum LinkAge { #define ITEMGETINF_0E 0x0E #define ITEMGETINF_0F 0x0F #define ITEMGETINF_10 0x10 -#define ITEMGETINF_11 0x11 -#define ITEMGETINF_12 0x12 +#define ITEMGETINF_BOWLING_BOMB_BAG 0x11 +#define ITEMGETINF_BOWLING_HEART_PIECE 0x12 #define ITEMGETINF_13 0x13 #define ITEMGETINF_15 0x15 #define ITEMGETINF_16 0x16 |
