diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-30 12:20:16 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-30 12:20:16 +0100 |
commit | 9bad1921df42e2b199fc53c679dc0767cc271337 (patch) | |
tree | f2df987747705d66aeeda8b1074c88260ce3d522 /include/sprite.h | |
parent | 5ae6461cc5c43bbeca4cd38efcb340207f762303 (diff) | |
parent | 1496ea3a24f188cad26ac40f5bfcc3e571f3311a (diff) |
Merge branch 'master' into dump_trainer_ai_scripts
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 4 |
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 { |