Update exp multiplier comment

This commit is contained in:
DizzyEggg
2024-10-20 22:15:03 +02:00
parent ec922a6776
commit 8302d3be66

View File

@@ -420,9 +420,9 @@ enum VisualFlag
enum ExpMultiplier
{
EXP_HALVED, // 0.5x when fainting a mon without using regular attacks
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 it could still be hidden in asm files
EXP_BOOSTED, // 1.5x so far use not found, but most likely linked moves ; to be confirmed once more code is decompiled
};
static inline bool8 ExpMultiplierChanged(EntityInfo *info)