summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-22 19:16:15 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-22 19:16:15 +0100
commit9c45ca0c5fb9693751baace38b67f9232ed568b9 (patch)
tree763ed049c0566c121454f397edffcd20a86d00ca /include/sprite.h
parent08ebf59e4441c8006f9f96ba189d53cd51a864c8 (diff)
dump pokemon icon
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
{