Merge pull request #383 from garakmon/createsprite

Update createsprite macro and rename BANK to BATTLER
This commit is contained in:
Diegoisawesome
2018-11-15 14:45:13 -06:00
committed by GitHub
3 changed files with 2124 additions and 2120 deletions

View File

@@ -298,8 +298,8 @@
#define ANIM_TAG_BLUE_RING_2 (ANIM_SPRITES_START + 288)
// battlers
#define ANIM_ATTACKER 0
#define ANIM_TARGET 1
#define ANIM_ATTACKER 0
#define ANIM_TARGET 1
#define ANIM_ATK_PARTNER 2
#define ANIM_DEF_PARTNER 3