summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-07-06 23:07:45 -0600
committerIIMarckus <iimarckus@gmail.com>2012-07-06 23:07:45 -0600
commit0f74cd50e5ec913de9cd92847ebf6a398de8944f (patch)
tree0e31c9e2753de2ac665889c77bd663cd665bbd0d /constants.asm
parent7494644c9a7b49fca0d79ead23013bbddf181bbb (diff)
Add the New Game/Continue/etc menus.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index bb9937f8e..0bfe9832f 100644
--- a/constants.asm
+++ b/constants.asm
@@ -2969,3 +2969,11 @@ MR_POKEMONS_HOUSE_HEIGHT EQU 4
MR_POKEMONS_HOUSE_WIDTH EQU 4
ROUTE_31_VIOLET_GATE_HEIGHT EQU 4
ROUTE_31_VIOLET_GATE_WIDTH EQU 5
+
+; the menu items at the beginning of the game
+CONTINUE EQU 0
+NEW_GAME EQU 1
+OPTION EQU 2
+MYSTERY_GIFT EQU 3
+MOBILE EQU 4
+MOBILE_STUDIUM EQU 5