start working on berry blender

This commit is contained in:
DizzyEggg
2017-11-18 16:11:34 +01:00
parent 3883c39991
commit 8fd3081306
37 changed files with 1229 additions and 1870 deletions

View File

@@ -11,6 +11,16 @@ enum
BERRY_FIRMNESS_SUPER_HARD,
};
enum
{
FLAVOUR_SPICY,
FLAVOUR_DRY,
FLAVOUR_SWEET,
FLAVOUR_BITTER,
FLAVOUR_SOUR,
FLAVOUR_COUNT
};
#define NUM_BERRIES 44
extern const u8 *const gBerryTreeFieldObjectGraphicsIdTablePointers[NUM_BERRIES];