aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-18 21:36:59 -0500
committerNebuleon Fumika2013-01-18 21:36:59 -0500
commit4b4349ac8afb7dce6c0ca8a64a268f897a295469 (patch)
tree76d5bb4cca67c6f301fefce4dd8c024a54012fd1 /source/nds/message.h
parentb291d9dacab38c3c6514763c5449d98ae1f950ad (diff)
downloadsnes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.tar.gz
snes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.tar.bz2
snes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.zip
GUI picture overhaul.
* Glass buttons. These new buttons are in the SVG format in source/images if you wish to make derived skins. * Icons from the Tango Icon Library and the RRZE Icon Set. These new icons are in the SVG format in source/images if you wish to make derived skins. * Main menu: More readable text on unselected options. * Main menu: Make "New game", "Return to game" and "Reset game" localised in English, French and Simplified Chinese. These three options also all use the same button image now; snewo, snnewo, sreseto, snreseto, sreteno and snreteno are gone and replaced by smaini and snmaini. * copyright: Update. * Align main menu icons and text better.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h3
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,