Move all field object data into src/data and event_object_movement.c

This commit is contained in:
Marcus Huderle
2018-06-11 17:33:50 -05:00
parent eb8dbff4a7
commit 89edf6d9e9
40 changed files with 11104 additions and 18408 deletions

View File

@@ -23,9 +23,9 @@ enum
#define NUM_BERRIES 44
extern const u8 *const gBerryTreeFieldObjectGraphicsIdTablePointers[NUM_BERRIES];
extern const struct SpriteFrameImage *const gBerryTreePicTablePointers[NUM_BERRIES];
extern const u8 *const gBerryTreePaletteSlotTablePointers[NUM_BERRIES];
extern const u8 *const gBerryTreeFieldObjectGraphicsIdTablePointers[];
extern const struct SpriteFrameImage *const gBerryTreePicTablePointers[];
extern const u8 *const gBerryTreePaletteSlotTablePointers[];
void ClearEnigmaBerries(void);
void SetEnigmaBerry(u8 *src);