diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-07 19:45:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-07 19:45:32 +0200 |
commit | 4a1b2967caf329541ce7a166d3b3aea126966c22 (patch) | |
tree | 3cbb367900e161cd42c1c27dc9a367ca03aa8e66 /include/pokeblock.h | |
parent | 8bfdc42d0ee8d0eae7108fd4c68accfd4649f3a0 (diff) |
make lots of define files
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h new file mode 100644 index 000000000..5d52f8e55 --- /dev/null +++ b/include/pokeblock.h @@ -0,0 +1,45 @@ +#ifndef GUARD_POKEBLOCK_H +#define GUARD_POKEBLOCK_H + +enum +{ + PBLOCK_CLR_BLACK, + PBLOCK_CLR_RED, + PBLOCK_CLR_BLUE, + PBLOCK_CLR_PINK, + PBLOCK_CLR_GREEN, + PBLOCK_CLR_YELLOW +}; + +enum +{ + PBLOCK_COLOR, + PBLOCK_SPICY, + PBLOCK_DRY, + PBLOCK_SWEET, + PBLOCK_BITTER, + PBLOCK_SOUR, + PBLOCK_FEEL, +}; + +void ClearPokeblocks(void); + +/* +void sub_810B96C(void); +u8 sub_810BA50(s16, s16, u8); +u8 sub_810C9B0(struct Pokeblock *); +s16 GetPokeblockData(const struct Pokeblock *, u8); +u8 sub_810C9E8(struct Pokeblock *); +void sub_810BA7C(u8); +bool8 PokeblockClearIfExists(u8); +s16 PokeblockGetGain(u8, const struct Pokeblock *); +u8 sub_810CB68(u8, u8*); +void PokeblockCopyName(struct Pokeblock *pokeblock, u8 *dest); +void CB2_PreparePokeblockFeedScene(void); + +#include "main.h" + +void sub_8136130(struct Pokeblock *, MainCallback); +*/ + +#endif // GUARD_POKEBLOCK_H |