mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
11 lines
274 B
C
11 lines
274 B
C
#ifndef GUARD_BATTLE_UTIL2_H
|
|
#define GUARD_BATTLE_UTIL2_H
|
|
|
|
void AllocateBattleResources(void);
|
|
void FreeBattleResources(void);
|
|
void AdjustFriendshipOnBattleFaint(u8 battler);
|
|
void sub_80571DC(u8 battler, u8 arg1);
|
|
u32 sub_805725C(u8 battler);
|
|
|
|
#endif // GUARD_BATTLE_UTIL_H
|