aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.h
diff options
context:
space:
mode:
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