mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
6 lines
166 B
C
6 lines
166 B
C
#ifndef PMDSKY_DUNGEON_AI_PARAMETERS_H
|
|
#define PMDSKY_DUNGEON_AI_PARAMETERS_H
|
|
|
|
extern const s16 AI_REGULAR_ATTACK_WEIGHTS[5];
|
|
|
|
#endif //PMDSKY_DUNGEON_AI_PARAMETERS_H
|