1e25b53433
* Partner Battle refactor * fix for steven id * clean up * Use trainer partner names for id * removed testing leftover * comment change * more review changes * fix compiling * remove partener count --------- Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
8 lines
208 B
C
8 lines
208 B
C
|
|
#ifndef GUARD_CONSTANTS_BATTLE_PARTNERS_H
|
|
#define GUARD_CONSTANTS_BATTLE_PARTNERS_H
|
|
|
|
#define PARTNER_NONE 0
|
|
#define PARTNER_STEVEN 1
|
|
|
|
#endif // GUARD_CONSTANTS_BATTLE_PARTNERS_H
|