diff options
Diffstat (limited to 'src/core/MenuScreens.h')
-rw-r--r-- | src/core/MenuScreens.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/MenuScreens.h b/src/core/MenuScreens.h index cae65316..a7e1796d 100644 --- a/src/core/MenuScreens.h +++ b/src/core/MenuScreens.h @@ -79,11 +79,9 @@ CMenuScreen aScreens[] = { MENUACTION_GOBACK, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE, 0, 0, MENUALIGN_CENTER, }, - // TODO(Miami): This is still my implementation // MENUPAGE_MAP = 6 { "FEH_MAP", MENUPAGE_NONE, 2, - MENUACTION_UNK110, "", SAVESLOT_NONE, 0, 0, 0, 0, // to prevent cross/enter to go back - MENUACTION_GOBACK, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE, 0, 0, 0, + MENUACTION_GOBACK, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE, 70, 380, MENUALIGN_CENTER, }, // MENUPAGE_NEW_GAME_RELOAD = 7 |