make it compile

This commit is contained in:
DizzyEggg 2018-02-26 15:56:59 +01:00
parent 1972303792
commit 2fa00d01ee
2 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,9 @@
// should they be included here or included individually by every file?
#include "constants/battle.h"
#include "battle_main.h"
#include "battle_util.h"
#include "battle_script_commands.h"
#include "battle_main.h"
#include "battle_ai_switch_items.h"
#include "battle_gfx_sfx_util.h"
#include "battle_util2.h"

View File

@ -9,7 +9,6 @@
#include "util.h"
#include "constants/items.h"
extern const u8 gTypeEffectiveness[];
extern const u8 * const gItemEffectTable[]; // todo: fix once struct is declared
// this file's functions