mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Co-authored-by: CallmeEchoo <callmeechoo@github.com> Co-authored-by: Your Name <you@example.com>
11 lines
296 B
C
11 lines
296 B
C
#ifndef GUARD_CONSTANTS_BATTLE_SPECIAL_H
|
|
#define GUARD_CONSTANTS_BATTLE_SPECIAL_H
|
|
|
|
// Ids for special multi battle types
|
|
#define MULTI_BATTLE_2_VS_2 0
|
|
#define MULTI_BATTLE_2_VS_WILD 1
|
|
#define MULTI_BATTLE_2_VS_1 2
|
|
#define MULTI_BATTLE_CHOOSE_MONS 0x80
|
|
|
|
#endif // GUARD_CONSTANTS_BATTLE_SPECIAL_H
|