mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
10 lines
180 B
C
10 lines
180 B
C
#ifndef BATTLE_PARTNER_H
|
|
#define BATTLE_PARTNER_H
|
|
|
|
#include "difficulty.h"
|
|
#include "constants/battle_partner.h"
|
|
|
|
void FillPartnerParty(u16 trainerId);
|
|
|
|
#endif // BATTLE_PARTNER_H
|