mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Changed Mon PC options order (move pkmn is now the first option)
This commit is contained in:
parent
0124c910aa
commit
88a2e3a957
@ -52,10 +52,10 @@
|
|||||||
|
|
||||||
// PC main menu options
|
// PC main menu options
|
||||||
enum {
|
enum {
|
||||||
OPTION_WITHDRAW,
|
|
||||||
OPTION_DEPOSIT,
|
|
||||||
OPTION_MOVE_MONS,
|
OPTION_MOVE_MONS,
|
||||||
OPTION_MOVE_ITEMS,
|
OPTION_MOVE_ITEMS,
|
||||||
|
OPTION_WITHDRAW,
|
||||||
|
OPTION_DEPOSIT,
|
||||||
OPTION_EXIT,
|
OPTION_EXIT,
|
||||||
OPTIONS_COUNT
|
OPTIONS_COUNT
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user