#ifndef PMDSKY_DUNGEON_PARAMETERS_1_H #define PMDSKY_DUNGEON_PARAMETERS_1_H #include "enums.h" // Maps each weather type (by index, see enum weather_id) to the corresponding Weather Ball type. extern const enum type_id WEATHER_BALL_TYPE_TABLE[8]; #endif //PMDSKY_DUNGEON_PARAMETERS_1_H