Skip to content

Commit

Permalink
Implemented Move Pokémon as first PSS option
Browse files Browse the repository at this point in the history
  • Loading branch information
laserXdolphin committed Jul 24, 2024
1 parent fa27e80 commit ed0ba14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pokemon_storage_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@

// PC main menu options
enum {
OPTION_WITHDRAW,
OPTION_DEPOSIT,
OPTION_MOVE_MONS,
OPTION_MOVE_ITEMS,
OPTION_WITHDRAW,
OPTION_DEPOSIT,
OPTION_EXIT,
OPTIONS_COUNT
};
Expand Down

0 comments on commit ed0ba14

Please sign in to comment.