mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
11 lines
271 B
C
11 lines
271 B
C
#ifndef POKEPLATINUM_CONSTANTS_MENU_H
|
|
#define POKEPLATINUM_CONSTANTS_MENU_H
|
|
|
|
#define MENU_YES 0
|
|
#define MENU_NO 1
|
|
#define MENU_NOTHING_CHOSEN -1
|
|
#define MENU_CANCEL -2
|
|
#define MENU_HEADER -3
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_MENU_H
|