Changed Mon PC options order (move pkmn is now the first option)

This commit is contained in:
Ninjdai 2023-11-11 23:36:29 +01:00
parent 0124c910aa
commit 88a2e3a957

View File

@ -52,10 +52,10 @@
// PC main menu options
enum {
OPTION_WITHDRAW,
OPTION_DEPOSIT,
OPTION_MOVE_MONS,
OPTION_MOVE_ITEMS,
OPTION_WITHDRAW,
OPTION_DEPOSIT,
OPTION_EXIT,
OPTIONS_COUNT
};