diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-17 20:15:15 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-17 20:15:15 -0500 |
commit | e2ab2e50a0723b11802e33074e0dd5d9f7d81496 (patch) | |
tree | 843680a4e5f4e7de6d90f7e7a1e493508f9c1a36 /include/items.h | |
parent | d4bd4c393e59bb66a8d4f69f23dce694982723e1 (diff) | |
parent | 67ced1d77ec0d36cc2b6ebcbfc58ba28b357ddbb (diff) |
fix merge conflicts
Diffstat (limited to 'include/items.h')
-rw-r--r-- | include/items.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.h b/include/items.h index f3c506b43..69515f18e 100644 --- a/include/items.h +++ b/include/items.h @@ -1,7 +1,8 @@ #ifndef GUARD_ITEMS_H #define GUARD_ITEMS_H -enum { +enum +{ ITEM_NONE, // 0x000 ITEM_MASTER_BALL, // 0x001 ITEM_ULTRA_BALL, // 0x002 |