aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-19 23:33:43 -0500
committerNebuleon Fumika2013-02-19 23:33:43 -0500
commitedda8744adae4ae0cbb8453e0c6753d489a5985a (patch)
treeea15ebabedefcbcdc2651fc10fee494c9c53787a /source/nds/gui.h
parente46e3515941b7acc0ee145125b3e1d8d4fa231a7 (diff)
downloadsnes9x2005-edda8744adae4ae0cbb8453e0c6753d489a5985a.tar.gz
snes9x2005-edda8744adae4ae0cbb8453e0c6753d489a5985a.tar.bz2
snes9x2005-edda8744adae4ae0cbb8453e0c6753d489a5985a.zip
Start option text more to the left to fit more text in a line. Widen cheat descriptions and file names in selectors, to the left AND to the right, to make the interface consistent again (and for practical purposes).
Diffstat (limited to 'source/nds/gui.h')
-rw-r--r--source/nds/gui.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/nds/gui.h b/source/nds/gui.h
index 244df5f..49bfc5f 100644
--- a/source/nds/gui.h
+++ b/source/nds/gui.h
@@ -27,6 +27,21 @@
#define UP_SCREEN_UPDATE_METHOD 0
#define DOWN_SCREEN_UPDATE_METHOD 2
+// For general option text
+#define OPTION_TEXT_X 10
+#define OPTION_TEXT_SX 236
+
+// For cheats [ NUM. DESC . . . . . +/- ]
+#define CHEAT_NUMBER_X 10
+#define CHEAT_DESC_X 34
+#define CHEAT_DESC_SX 197
+#define CHEAT_ACTIVE_X 241
+
+// For the file selector
+#define FILE_SELECTOR_ICON_X 10
+#define FILE_SELECTOR_NAME_X 32
+#define FILE_SELECTOR_NAME_SX 214
+
#define MAX_GAMEPAD_MAP 16
#ifdef __cplusplus