Skip to content

Commit

Permalink
Some Strings were switched (rh-hideout#5374)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Sep 12, 2024
1 parent e13f399 commit 2f4dc19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pokemon_storage_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -8054,15 +8054,15 @@ static const u8 *const sMenuTexts[] =
[MENU_CANCEL] = COMPOUND_STRING("CANCEL"),
[MENU_STORE] = COMPOUND_STRING("STORE"),
[MENU_WITHDRAW] = COMPOUND_STRING("WITHDRAW"),
[MENU_MOVE] = COMPOUND_STRING("SHIFT"),
[MENU_SHIFT] = COMPOUND_STRING("MOVE"),
[MENU_MOVE] = COMPOUND_STRING("MOVE"),
[MENU_SHIFT] = COMPOUND_STRING("SHIFT"),
[MENU_PLACE] = COMPOUND_STRING("PLACE"),
[MENU_SUMMARY] = COMPOUND_STRING("SUMMARY"),
[MENU_RELEASE] = COMPOUND_STRING("RELEASE"),
[MENU_MARK] = COMPOUND_STRING("MARK"),
[MENU_JUMP] = COMPOUND_STRING("NAME"),
[MENU_WALLPAPER] = COMPOUND_STRING("JUMP"),
[MENU_NAME] = COMPOUND_STRING("WALLPAPER"),
[MENU_JUMP] = COMPOUND_STRING("JUMP"),
[MENU_WALLPAPER] = COMPOUND_STRING("WALLPAPER"),
[MENU_NAME] = COMPOUND_STRING("NAME"),
[MENU_TAKE] = COMPOUND_STRING("TAKE"),
[MENU_GIVE] = gPCText_Give,
[MENU_GIVE_2] = gPCText_Give,
Expand Down

0 comments on commit 2f4dc19

Please sign in to comment.