mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
fix battle.h
This commit is contained in:
parent
1ae3d9b57b
commit
750937c58c
@ -257,6 +257,8 @@
|
||||
#define CMP_COMMON_BITS 0x4
|
||||
#define CMP_NO_COMMON_BITS 0x5
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct TrainerMonNoItemDefaultMoves
|
||||
{
|
||||
u16 species;
|
||||
@ -264,8 +266,6 @@ struct TrainerMonNoItemDefaultMoves
|
||||
u16 evsValue;
|
||||
};
|
||||
|
||||
#include "global.h"
|
||||
|
||||
u8 AbilityBattleEffects(u8 caseID, u8 bank, u8 ability, u8 special, u16 moveArg);
|
||||
u8 GetBankSide(u8 bank);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user