Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmnsnfrn committed Aug 5, 2024
1 parent 17ce367 commit 82bad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/battle_controllers.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct ChooseMoveStruct
u8 currentPp[MAX_MON_MOVES];
u8 maxPp[MAX_MON_MOVES];
u16 species;
u8 monTypes[2];
u8 monTypes[2];
};

enum
Expand Down

0 comments on commit 82bad72

Please sign in to comment.