mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-21 00:47:18 -05:00
11 lines
224 B
C
11 lines
224 B
C
#ifndef GUARD_BATTLE_UTIL2_H
|
|
#define GUARD_BATTLE_UTIL2_H
|
|
|
|
#include "global.h"
|
|
|
|
void AllocateBattleResources(void);
|
|
void FreeBattleResources(void);
|
|
void AdjustFriendshipOnBattleFaint(u8 bank);
|
|
|
|
#endif // GUARD_BATTLE_UTIL_H
|