summaryrefslogtreecommitdiff
path: root/src/battle/battle_anim.c
diff options
context:
space:
mode:
authorMarco Willems (M17.1) <progreon@gmail.com>2018-01-14 01:17:02 +0100
committerMarco Willems (M17.1) <progreon@gmail.com>2018-01-14 01:17:02 +0100
commit29d16a0af10c2de52de8ff37c13dd5aa3401c98f (patch)
tree081b3df40a8ac210c49714ed08028977d59bec9e /src/battle/battle_anim.c
parent921e43d150d0416deff7553e2979742d076cef71 (diff)
started decompiling data/battle_anim.s
Diffstat (limited to 'src/battle/battle_anim.c')
-rw-r--r--src/battle/battle_anim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/battle_anim.c b/src/battle/battle_anim.c
index a0c74be1d..05a2e5752 100644
--- a/src/battle/battle_anim.c
+++ b/src/battle/battle_anim.c
@@ -13,6 +13,7 @@
#include "sprite.h"
#include "task.h"
#include "ewram.h"
+#include "../data/battle_anim.h"
// sprites start at 10000 and thus must be subtracted of 10000 to account for the true index.
#define GET_TRUE_SPRITE_INDEX(i) (i - 10000)
@@ -64,8 +65,7 @@ extern struct MusicPlayerInfo gMPlay_SE2;
extern const u16 gUnknown_081C7160[];
extern const u8 *const gBattleAnims_Moves[];
extern const struct CompressedSpriteSheet gBattleAnimPicTable[];
-extern const struct CompressedSpritePalette gBattleAnimPaletteTable[];
-extern const struct BattleAnimBackground gBattleAnimBackgroundTable[];
+// extern const struct CompressedSpritePalette gBattleAnimPaletteTable[];
static void RunAnimScriptCommand(void);
static void ScriptCmd_loadspritegfx(void);