mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
228 B
C
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
|