Skip to content

Commit

Permalink
Fixed another bug with the menu and changed the fr translation for th…
Browse files Browse the repository at this point in the history
…e new menu
  • Loading branch information
Stitchuuuu committed Jun 12, 2017
1 parent 063b84e commit f6c6ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/romfs/i18n/fr/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EVENTS
CREDITS
Appuie sur A pour choisir un menu.
Appuie sur START pour quitter.
EDITEUR POKÉMON
EDITEUR
INFO SAUV.
BANQUE
GÉNÉRATION
Expand Down
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ int main() {

GUIElementsSpecify(game);
if (game < 6) {
AppTextCode mainMenu[] = {S_MAIN_MENU_EXTRA_STORAGE, S_MAIN_MENU_EDITOR, S_MAIN_MENU_EVENTS, S_MAIN_MENU_SAVE_INFO, S_MAIN_MENU_SETTINGS, S_MAIN_MENU_CREDITS};
int mainMenu[] = {S_MAIN_MENU_EXTRA_STORAGE, S_MAIN_MENU_EDITOR, S_MAIN_MENU_EVENTS, S_MAIN_MENU_SAVE_INFO, S_MAIN_MENU_SETTINGS, S_MAIN_MENU_CREDITS};
while (aptMainLoop()) {
hidScanInput();
touchPosition touch;
Expand Down

0 comments on commit f6c6ca1

Please sign in to comment.