diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2021-12-18 00:01:50 -0300 |
---|---|---|
committer | LOuroboros <lunosouroboros@gmail.com> | 2021-12-18 00:01:50 -0300 |
commit | 4a74d288d4b5123e88f4da7d4d99aa42b3109d46 (patch) | |
tree | 6a0d627271dda08f697047815b9f1c50aa5cc3b3 /include | |
parent | dbca24aa82bad91f48344d8e7d394e89febc1fd9 (diff) |
Review corrections
Diffstat (limited to 'include')
-rw-r--r-- | include/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item.h b/include/item.h index c4a26655f..bcd9178e5 100644 --- a/include/item.h +++ b/include/item.h @@ -14,7 +14,7 @@ struct Item u8 holdEffectParam; const u8 *description; u8 importance; - u8 registrability; + bool8 registrability; // unused u8 pocket; u8 type; ItemUseFunc fieldUseFunc; |