diff options
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 5d52f8e55..0247ab2e0 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -22,24 +22,13 @@ enum PBLOCK_FEEL, }; +// rom6 void ClearPokeblocks(void); +s8 GetFirstFreePokeblockSlot(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); -*/ +bool32 AddPokeblock(struct Pokeblock *pokeblock); +u8 GetHighestPokeblocksFlavourLevel(const struct Pokeblock *pokeblock); +u8 GetPokeblocksFeel(const struct Pokeblock *pokeblock); +u8 GetPokeblocksFlavour(const struct Pokeblock *pokeblock); #endif // GUARD_POKEBLOCK_H |