Missing header declaration

This commit is contained in:
grintoul1 2026-02-09 13:03:32 +00:00
parent f666234d0a
commit fba404fe3a

View File

@ -1054,6 +1054,7 @@ extern bool8 gLastUsedBallMenuPresent;
extern u8 gPartyCriticalHits[PARTY_SIZE];
extern u8 gCategoryIconSpriteId;
struct Pokemon *GetBattlerParty(enum BattlerId battler);
struct Pokemon *GetTrainerParty(enum BattleTrainer trainer);
struct Pokemon* GetBattlerMon(enum BattlerId battler);
static inline bool32 IsBattlerAlive(enum BattlerId battler)