summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
author2Tie <foxman95@ymail.com>2018-06-17 23:04:49 -0600
committer2Tie <foxman95@ymail.com>2018-06-17 23:04:49 -0600
commitc557bd661357b1371633a40b7ae6a8e2996de6e2 (patch)
tree560c2b9fff115d7d959e0a8592ad6bb483a6f03f /constants
parentb095e626305a4c99f8b14c46b46c1bf97fe00262 (diff)
main menu progress for the day, still have a bunch more to go.
Diffstat (limited to 'constants')
-rw-r--r--constants/main_menu_constants.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/constants/main_menu_constants.asm b/constants/main_menu_constants.asm
new file mode 100644
index 0000000..033e396
--- /dev/null
+++ b/constants/main_menu_constants.asm
@@ -0,0 +1,12 @@
+ const_def
+ const M_NEW_GAME
+ const M_CONTINUE
+ const M_PLAY_GAME
+ const M_SET_TIME
+
+ const_def
+ const CONTINUE
+ const NEW_GAME
+ const OPTION
+ const PLAY_POKEMON
+ const SET_TIME \ No newline at end of file