summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-01-02 04:27:51 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-01-02 01:27:51 -0800
commit98062c69d613fb1b9e2345924dd34d0bbdcfcc90 (patch)
tree9fce5941c31e76acd873ce4610e1bd59bc865d90 /include/global.h
parente1120f3a62097abb80bfa2f910d98ef53f1e5671 (diff)
label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146)
* make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 4d736cdef..004d9c50d 100644
--- a/include/global.h
+++ b/include/global.h
@@ -66,6 +66,15 @@ enum
OPTIONS_BATTLE_STYLE_SET
};
+enum
+{
+ BAG_ITEMS = 1,
+ BAG_POKEBALLS,
+ BAG_TMsHMs,
+ BAG_BERRIES,
+ BAG_KEYITEMS
+};
+
struct Coords16
{
s16 x;