pokeemerald-expansion/include/battle_partner.h
2026-03-13 07:49:23 -07:00

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