mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-21 09:07:22 -05:00
7 lines
158 B
C
7 lines
158 B
C
#ifndef PMDSKY_DUNGEON_PARAMETERS_H
|
|
#define PMDSKY_DUNGEON_PARAMETERS_H
|
|
|
|
extern const s16 AI_CONFUSED_NO_ATTACK_CHANCE;
|
|
|
|
#endif //PMDSKY_DUNGEON_PARAMETERS_H
|