Skip to content

Commit

Permalink
Fix possible multi battle bug (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyEggg authored Mar 4, 2024
1 parent 650f80d commit b9f715f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ const union AnimCmd *const gAnims_MonPic[MAX_MON_PIC_FRAMES] =

const union AnimCmd *const sAnims_Trainer[] ={
sAnim_GeneralFrame0,
sAnim_GeneralFrame0,
};

#include "data/trainer_parties.h"
Expand Down

0 comments on commit b9f715f

Please sign in to comment.