Skip to content

Commit

Permalink
Reverted BattleMove power to u8 (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgriffin authored Aug 2, 2023
2 parents 5543c9d + 240f41f commit b3295d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ struct SpeciesInfo /*0x24*/
struct BattleMove
{
u16 effect;
u16 power; //higher than 255 for z moves
u8 power;
u8 type;
u8 accuracy;
u8 pp;
Expand Down

0 comments on commit b3295d1

Please sign in to comment.