pmd-sky/include/dungeon_parameters.h
2025-09-22 21:45:14 -04:00

8 lines
228 B
C

#ifndef PMDSKY_DUNGEON_PARAMETERS_H
#define PMDSKY_DUNGEON_PARAMETERS_H
// The percentage chance of the AI not attacking when it is confused.
extern const s16 AI_CONFUSED_NO_ATTACK_CHANCE;
#endif //PMDSKY_DUNGEON_PARAMETERS_H