mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-30 23:36:47 -05:00
start some basic constants for dungeon data
This commit is contained in:
parent
2613adee4f
commit
24ff70e21e
6
include/constants/bg_music.h
Normal file
6
include/constants/bg_music.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef GUARD_BG_MUSIC_H
|
||||
#define GUARD_BG_MUSIC_H
|
||||
|
||||
#define MUS_TINY_WOODS 1
|
||||
|
||||
#endif //GUARD_BG_MUSIC_H
|
||||
14
include/constants/weather.h
Normal file
14
include/constants/weather.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef GUARD_CONSTANTS_WEATHER_H
|
||||
#define GUARD_CONSTANTS_WEATHER_H
|
||||
|
||||
#define WEATHER_CLEAR 0
|
||||
#define WEATHER_SUNNY 1
|
||||
#define WEATHER_SANDSTORM 2
|
||||
#define WEATHER_CLOUDY` 3
|
||||
#define WEATHER_RAIN 4
|
||||
#define WEATHER_HAIL 5
|
||||
#define WEATHER_FOG 6
|
||||
#define WEATHER_SNOW 7
|
||||
#define WEATHER_RANDOM 8
|
||||
|
||||
#endif // GUARD_CONSTANTS_WEATHER_H
|
||||
Loading…
Reference in New Issue
Block a user