mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-09 04:25:29 -05:00
Missing header declaration
This commit is contained in:
parent
f666234d0a
commit
fba404fe3a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user