7 lines
64 B
C++
7 lines
64 B
C++
enum battle_action {
|
|
fight,
|
|
swap_pokemon,
|
|
item,
|
|
run,
|
|
};
|