mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 07:09:48 -05:00
* 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>
9 lines
208 B
C
9 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
|