mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
8 lines
152 B
C
8 lines
152 B
C
#ifndef GUARD_CONSTANTS_MENU_H
|
|
#define GUARD_CONSTANTS_MENU_H
|
|
|
|
#define SCR_MENU_CANCEL 127
|
|
#define SCR_MENU_UNSET 255
|
|
|
|
#endif //GUARD_CONSTANTS_MENU_H
|