document some of the use move functions

This commit is contained in:
DizzyEggg
2024-10-25 17:30:31 +02:00
parent 5d9b14d5e2
commit 4c4ec10806
10 changed files with 812 additions and 810 deletions

View File

@@ -437,7 +437,7 @@ enum ExpMultiplier
{
EXP_HALVED, // 0.5x when fainting a mon with only the regular attack and no moves
EXP_REGULAR, // 1x
EXP_BOOSTED, // 1.5x so far use not found, but most likely linked moves ; to be confirmed once more code is decompiled
EXP_BOOSTED, // 1.5x when using linked moves
};
static inline bool8 ExpMultiplierChanged(EntityInfo *info)