mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
289 B
C
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
|