diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 12:41:31 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 12:41:31 -0500 |
commit | da2b01a36c6855230ec36c42bd49e7cf2ca2d348 (patch) | |
tree | b52ed372cd6d367e89eb546d9fa2600b810344e1 /tilesets/animations.asm | |
parent | ec8c9688ce970b9c3b63a5b287a99542f0bc9984 (diff) |
Clean up color/palette code
Diffstat (limited to 'tilesets/animations.asm')
-rw-r--r-- | tilesets/animations.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tilesets/animations.asm b/tilesets/animations.asm index 3de67ee6e..06f68234a 100644 --- a/tilesets/animations.asm +++ b/tilesets/animations.asm @@ -1,4 +1,3 @@ - _AnimateTileset:: ; fc000 ; Iterate over a given pointer array of ; animation functions (one per frame). |