Completely remove old chara render code

This commit is contained in:
Lucas S. Vieira 2025-01-10 23:55:55 -03:00
parent 10f37f2bd2
commit ed6c4807fc
4 changed files with 1 additions and 81 deletions

View file

@ -34,9 +34,6 @@ typedef struct {
void load_chara(Chara *chara, const char *filename, TIM_IMAGE *tim);
void free_chara(Chara *chara);
void chara_render_frame(Chara *chara, int16_t framenum,
int16_t vx, int16_t vy, uint8_t flipx);
void chara_draw_gte(Chara *chara, int16_t framenum,
int16_t vx, int16_t vy,
uint8_t flipx, int32_t angle);