diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 1bcc89244c14..50a12fa9550e 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -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 };