mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
224 B
C
8 lines
224 B
C
#ifndef PMDSKY_DUNGEON_PARAMETERS_3_H
|
|
#define PMDSKY_DUNGEON_PARAMETERS_3_H
|
|
|
|
// Minimum IQ required for enemies to use Exclusive-Move User
|
|
extern const s16 MIN_IQ_EXCLUSIVE_MOVE_USER;
|
|
|
|
#endif //PMDSKY_DUNGEON_PARAMETERS_3_H
|