mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 21:47:36 -05:00
8 lines
201 B
C
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
|