pmd-sky/include/dungeon_parameters_2.h
2025-09-22 21:45:14 -04:00

10 lines
289 B
C

#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