diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-10 15:34:42 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-10 15:34:42 -0500 |
commit | c8bcd2e54f62756c47dfb13268613dfd4d1ec67f (patch) | |
tree | 7fc8dabb8f951ec4ee7f7f29f9f07306376c54cf /include/items.h | |
parent | 5c2c970d012d37a2b582816c6d4636b531dfe3b8 (diff) |
decompile sub_80A6D98 - sub_80A79B4
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 |