summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-30 12:20:16 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-30 12:20:16 +0100
commit9bad1921df42e2b199fc53c679dc0767cc271337 (patch)
treef2df987747705d66aeeda8b1074c88260ce3d522 /include/sprite.h
parent5ae6461cc5c43bbeca4cd38efcb340207f762303 (diff)
parent1496ea3a24f188cad26ac40f5bfcc3e571f3311a (diff)
Merge branch 'master' into dump_trainer_ai_scripts
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 170d77c3f..d5c6bc402 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -120,10 +120,6 @@ union AffineAnimCmd
{.jump = {.type = AFFINEANIMCMDTYPE_JUMP, .target = _target}}
#define AFFINEANIMCMD_END \
{.type = AFFINEANIMCMDTYPE_END}
-#define AFFINEANIMCMD_LOOP(_count) \
- {.loop = {.type = AFFINEANIMCMDTYPE_LOOP, .count = _count}}
-#define AFFINEANIMCMD_JUMP(_target) \
- {.jump = {.type = AFFINEANIMCMDTYPE_JUMP, .target = _target}}
struct AffineAnimState
{