summaryrefslogtreecommitdiff
path: root/include/pokeblock.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-11-27 20:03:41 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-11-27 20:03:41 +0100
commit237261e193d75addf47fc0736b2d9ed10c8d3195 (patch)
tree116e6a90c275191d25b9b892fac3851e3674e580 /include/pokeblock.h
parentb0657350a43f3f91cd5e3ab8f910ab5ab78bb61c (diff)
berry blender review changes
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r--include/pokeblock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h
index 00fbd1e45..a145cbada 100644
--- a/include/pokeblock.h
+++ b/include/pokeblock.h
@@ -25,9 +25,9 @@ enum
void ClearPokeblocks(void);
s8 GetFirstFreePokeblockSlot(void);
bool32 AddPokeblock(struct Pokeblock *pokeblock);
-u8 GetHighestPokeblocksFlavourLevel(const struct Pokeblock *pokeblock);
+u8 GetHighestPokeblocksFlavorLevel(const struct Pokeblock *pokeblock);
u8 GetPokeblocksFeel(const struct Pokeblock *pokeblock);
-u8 GetPokeblocksFlavour(const struct Pokeblock *pokeblock);
+u8 GetPokeblocksFlavor(const struct Pokeblock *pokeblock);
s16 PokeblockGetGain(u8, const struct Pokeblock *);
#endif // GUARD_POKEBLOCK_H