mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
208 B
C
8 lines
208 B
C
#ifndef PMDSKY_DUNGEON_PARAMETERS_4_H
|
|
#define PMDSKY_DUNGEON_PARAMETERS_4_H
|
|
|
|
// Minimum IQ required for enemies to use Item Master
|
|
extern const s16 MIN_IQ_ITEM_MASTER;
|
|
|
|
#endif //PMDSKY_DUNGEON_PARAMETERS_4_H
|