diff --git a/include/structs/dungeon_entity.h b/include/structs/dungeon_entity.h index 8587f1c46..beddfc0bd 100644 --- a/include/structs/dungeon_entity.h +++ b/include/structs/dungeon_entity.h @@ -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)