Skip to content

Commit

Permalink
Fixed TRAINER_SPRITE arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeblasio committed Dec 20, 2023
1 parent 208c73b commit 15c5642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/graphics/trainers.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static const union AnimCmd *const sAnims_Trainer[] ={
sAnim_GeneralFrame0,
};

#define TRAINER_SPRITE(trainerPic, file, anim) \
#define TRAINER_SPRITE(trainerPic, file) \
[TRAINER_PIC_##trainerPic] = \
{ \
.y_offset = 8, \
Expand Down

0 comments on commit 15c5642

Please sign in to comment.