diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-07-08 23:25:49 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-07-08 23:25:49 -0700 |
commit | 0c3ba03d373436c62f994f09b5bac74a5754cb6c (patch) | |
tree | 1b83e3e77d19bf2c40c350ba1437a8010d48b2bd /constants.asm | |
parent | 6f8c3e5c3ea2edb80fddd2d17cf689fc1da39120 (diff) | |
parent | 6001bcd66b15669cd7acceb501891716f30daec2 (diff) |
Merge pull request #22 from iimarckus/decimal1
Decimal1
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 8 |
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 |