mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-08 17:15:51 -05:00
document some of the use move functions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user