diff options
Diffstat (limited to 'source/nds/message.h')
-rw-r--r-- | source/nds/message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nds/message.h b/source/nds/message.h index 882a23d..4809272 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -22,6 +22,9 @@ enum MSG { + MSG_MAIN_MENU_NEW_GAME, + MSG_MAIN_MENU_RETURN_TO_GAME, + MSG_MAIN_MENU_RESET_GAME, MSG_MAIN_MENU_VIDEO_AUDIO, MSG_MAIN_MENU_SAVED_STATES, MSG_MAIN_MENU_CHEATS, |