pokeplatinum/include/constants/menu.h
scbroede 1c10dee3ee
Some checks failed
build / build (push) Has been cancelled
unify menu constants (#981)
2026-03-01 08:45:49 -07:00

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