summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-12-28 03:00:15 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-12-28 03:00:15 -0600
commit1496ea3a24f188cad26ac40f5bfcc3e571f3311a (patch)
treea0b00c058bd7234b9140b4636b08016278f1b049 /include/sprite.h
parent2d04eb22abd3f60902ee1f9bc87bd510518709e3 (diff)
parent87958f2f87b9f7f6e5548d9cb2ac53c3339b78d5 (diff)
Merge branch 'master' of github.com:pret/pokeemerald
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
{