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