get_berry_tree_graphics
This commit is contained in:
17
include/berry.h
Normal file
17
include/berry.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by Scott Norton on 9/8/17.
|
||||
//
|
||||
|
||||
#ifndef POKEEMERALD_BERRY_H
|
||||
#define POKEEMERALD_BERRY_H
|
||||
|
||||
#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];
|
||||
|
||||
u8 GetStageByBerryTreeId(u8);
|
||||
u8 GetBerryTypeByBerryTreeId(u8);
|
||||
|
||||
#endif //POKEEMERALD_BERRY_H
|
||||
Reference in New Issue
Block a user