pokeplatinum/include/constants/elevator_dirs.h
metallicity c78e72d9ae
Some checks failed
build / build (push) Has been cancelled
Document elevator scripts and animation (#717)
2025-08-29 06:31:13 +08:00

8 lines
201 B
C

#ifndef POKEPLATINUM_CONSTANTS_ELEVATOR_DIRS_H
#define POKEPLATINUM_CONSTANTS_ELEVATOR_DIRS_H
#define ELEVATOR_DIR_UP 0
#define ELEVATOR_DIR_DOWN 1
#endif // POKEPLATINUM_CONSTANTS_ELEVATOR_DIRS_H