Add the New Game/Continue/etc menus.

This commit is contained in:
IIMarckus
2012-07-06 23:07:45 -06:00
parent 7494644c9a
commit 0f74cd50e5
2 changed files with 106 additions and 1 deletions

View File

@@ -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