1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-09 15:29:29 +00:00
8bitworkshop/presets/astrocade/acfast.h
2019-07-06 13:41:15 -05:00

9 lines
240 B
C

#include "aclib.h"
extern void fast_sprite_8(const byte* pattern, byte* dst);
extern void fast_sprite_16(const byte* pattern, byte* dst);
// clips off bottom
extern void fast_sprite_16_yclip(const byte* pattern, byte* dst, byte height);