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 18, 2023
1 parent 587abeb commit 04a7366
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 04a7366

Please sign in to comment.